Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/templates/extended.html
blob: fb2b6d6e4923a07dd89d9e8416201b3fe8677539 (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 %}