From 6e2a53d06d6a3d98a55134d79fde6618a080ca54 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Apr 2014 20:46:30 -0400 Subject: Add an extra style to the example project index page --- examples/djangoproject/djangoproject/templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/djangoproject') diff --git a/examples/djangoproject/djangoproject/templates/index.html b/examples/djangoproject/djangoproject/templates/index.html index 4116c7a..7d7ba95 100644 --- a/examples/djangoproject/djangoproject/templates/index.html +++ b/examples/djangoproject/djangoproject/templates/index.html @@ -11,4 +11,10 @@ {% endsneak_peek %} +{% sneak_peek "borderless" %} +
+ This paragraph appears borderless. +
+{% endsneak_peek %} + {% endblock %} \ No newline at end of file -- cgit v1.2.3