mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-14 04:05:41 +01:00
More easy
This commit is contained in:
parent
4b0453df2d
commit
a0de01d7c2
11
one.org
11
one.org
@ -828,18 +828,7 @@ Create a folder called ~templates~, or use your template folder, inside your App
|
|||||||
data-debug="{{ DEBUG }}"
|
data-debug="{{ DEBUG }}"
|
||||||
data-controller="page"
|
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>
|
<main id="main" class="main-container">{% include page %}</main>
|
||||||
<footer id="content-footer">
|
|
||||||
{% include 'components/footer.html' %}
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user