mirror of
https://github.com/Hopiu/django.git
synced 2026-03-22 17:00:27 +00:00
3 lines
83 B
HTML
3 lines
83 B
HTML
{% extends "./two.html" %}
|
|
|
|
{% block content %}{{ block.super }} one{% endblock %}
|