8 lines
149 B
HTML
8 lines
149 B
HTML
{% include 'global/partials/head.html' %}
|
|
{% include 'global/partials/menu.html' %}
|
|
|
|
<h1>{% block texto %}{% endblock texto %}</h1>
|
|
|
|
</body>
|
|
</html>
|