summaryrefslogtreecommitdiff
path: root/tests/templates/extended.html
blob: e0d8a13727a99ab5de7d53e1e9a21ca1073fd908 (plain)
1
2
3
4
5
{% extends "base.html" %}
{% block title %}Extended template{% endblock %}
{% block content %}
This is just a template extending the base.
{% endblock %}