aboutsummaryrefslogtreecommitdiffstats
path: root/examples/djangoproject/djangoproject/templates/index.html
blob: 4cf8087c9ff29844d04bbd57b3277e73b2cd5032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends 'base.html' %}

{% load sneak_peek %}


{% block content %}

{% sneak_peek %}
test
{% endsneak_peek %}

{% endblock %}