aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorSean Brant2013-03-10 22:48:15 -0500
committerSean Brant2013-03-10 22:48:15 -0500
commit63ff8bab7cf4b818da6e50251f8a79cf1e1209d8 (patch)
tree655caff061bdbdb081c450a65f368798819ef7cc /examples
parent9ad7a3fc99ecd77e215a9422fd05ed5da6a3f841 (diff)
downloadpykss-63ff8bab7cf4b818da6e50251f8a79cf1e1209d8.tar.bz2
Adds tests for django template tag
Diffstat (limited to 'examples')
-rw-r--r--examples/djangoproject/djangoproject/templates/styleguide.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/djangoproject/djangoproject/templates/styleguide.html b/examples/djangoproject/djangoproject/templates/styleguide.html
index 05d736d..2aa6500 100644
--- a/examples/djangoproject/djangoproject/templates/styleguide.html
+++ b/examples/djangoproject/djangoproject/templates/styleguide.html
@@ -2,6 +2,17 @@
{% load pykss %}
{% block content %}
+{% comment %}
+
+{% styleguideblock styleguide "1.1" %}
+...
+{% endstyleguideblock %}
+
+{% styleguideblock styleguide "1.1" using "custom.html" %}
+...
+{% endstyleguideblock %}
+
+{% endcomment %}
{% styleguideblock styleguide "1.1" %}
<button class="{{ modifier.class_name }}">Example Button</button>
{% endstyleguideblock %}