refactor(layout): changes layour dir and adds header

This commit is contained in:
2024-11-02 19:00:02 -03:00
parent 36faa5a71e
commit d500f36299
4 changed files with 84 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{% extends "layout.html" %}
{% extends "layout/layout.html" %}
{% block title %} Home {% endblock %}
{% block head %}
{{ super() }}
{% block title %}Home{% endblock %}
{% endblock %}
{% block content %}
<p>Hello, World!</p>