djLint/tests/source_django/extended.html

4 lines
152 B
HTML
Raw Normal View History

2021-12-14 08:57:37 +00:00
{% extends "base.html" %}
{% block title %}Extended template{% endblock %}
{% block content %}This is just a template extending the base.{% endblock %}