djLint/tests/source_django/extended.html
2021-12-14 09:57:37 +01:00

3 lines
152 B
HTML

{% extends "base.html" %}
{% block title %}Extended template{% endblock %}
{% block content %}This is just a template extending the base.{% endblock %}