mirror of
https://github.com/Speyll/anemone.git
synced 2024-11-12 17:36:24 +00:00
streamlined how multilingual support works
This commit is contained in:
parent
ed97e270b8
commit
565a6e84e3
1 changed files with 12 additions and 10 deletions
|
@ -4,15 +4,17 @@
|
||||||
{% include "head.html" %}
|
{% include "head.html" %}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<div class="wrapper">
|
||||||
{% include "header.html" %}
|
<header>
|
||||||
</header>
|
{% include "header.html" %}
|
||||||
<main>
|
</header>
|
||||||
{% block content %}
|
<main>
|
||||||
{% endblock content %}
|
{% block content %}
|
||||||
</main>
|
{% endblock content %}
|
||||||
<footer>
|
</main>
|
||||||
{% include "footer.html" %}
|
<footer>
|
||||||
</footer>
|
{% include "footer.html" %}
|
||||||
|
</footer>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue