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