diff options
Diffstat (limited to 'examples/djangoproject')
-rw-r--r-- | examples/djangoproject/djangoproject/templates/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/djangoproject/djangoproject/templates/index.html b/examples/djangoproject/djangoproject/templates/index.html index e0008f6..4cf8087 100644 --- a/examples/djangoproject/djangoproject/templates/index.html +++ b/examples/djangoproject/djangoproject/templates/index.html @@ -1,6 +1,12 @@ {% extends 'base.html' %} +{% load sneak_peek %} + {% block content %} + +{% sneak_peek %} test +{% endsneak_peek %} + {% endblock %}
\ No newline at end of file |