aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/djangoproject/djangoproject/templates/index.html6
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