diff options
| author | Sean Brant | 2013-03-10 22:48:15 -0500 |
|---|---|---|
| committer | Sean Brant | 2013-03-10 22:48:15 -0500 |
| commit | 63ff8bab7cf4b818da6e50251f8a79cf1e1209d8 (patch) | |
| tree | 655caff061bdbdb081c450a65f368798819ef7cc /examples | |
| parent | 9ad7a3fc99ecd77e215a9422fd05ed5da6a3f841 (diff) | |
| download | pykss-63ff8bab7cf4b818da6e50251f8a79cf1e1209d8.tar.bz2 | |
Adds tests for django template tag
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/djangoproject/djangoproject/templates/styleguide.html | 11 |
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 %} |
