More easy

This commit is contained in:
Andros Fenollosa 2024-03-19 17:18:08 +01:00
parent 4b0453df2d
commit a0de01d7c2

13
one.org
View File

@ -828,18 +828,7 @@ Create a folder called ~templates~, or use your template folder, inside your App
data-debug="{{ DEBUG }}"
data-controller="page"
>
<section id="loading"></section>
<section id="notifications" class="notifications"></section>
<section id="no_connection"></section>
<div class="container">
<header id="content-header">
{% include 'components/header.html' %}
</header>
<main id="main" class="main-container">{% include page %}</main>
<footer id="content-footer">
{% include 'components/footer.html' %}
</footer>
</div>
<main id="main" class="main-container">{% include page %}</main>
</body>
</html>
#+END_SRC