Files
cursopython2023/aula207_ola_django/base/global/base.html
Luiz Otávio 33b24dfe03 includes
2023-04-17 08:29:26 -03:00

7 lines
107 B
HTML

{% include 'global/partials/head.html' %}
<h1>{% block texto %}{% endblock texto %}</h1>
</body>
</html>