mirror of
https://github.com/Hopiu/django.git
synced 2026-03-18 15:00:25 +00:00
5 lines
No EOL
153 B
HTML
5 lines
No EOL
153 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Extended template{% endblock %}
|
|
{% block content %}
|
|
This is just a template extending the base.
|
|
{% endblock %} |