diff options
Diffstat (limited to 'examples')
| -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 4116c7a..7d7ba95 100644 --- a/examples/djangoproject/djangoproject/templates/index.html +++ b/examples/djangoproject/djangoproject/templates/index.html @@ -11,4 +11,10 @@  	</div>  {% endsneak_peek %} +{% sneak_peek "borderless" %} +	<div> +		This paragraph appears borderless. +	</div> +{% endsneak_peek %} +  {% endblock %}
\ No newline at end of file | 
