mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 18:31:54 +00:00
3 lines
152 B
HTML
3 lines
152 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Extended template{% endblock %}
|
|
{% block content %}This is just a template extending the base.{% endblock %}
|