streamlined how multilingual support works

This commit is contained in:
Speyll 2023-11-08 00:22:56 +01:00
parent ed97e270b8
commit 565a6e84e3

View file

@ -4,6 +4,7 @@
{% include "head.html" %} {% include "head.html" %}
</head> </head>
<body> <body>
<div class="wrapper">
<header> <header>
{% include "header.html" %} {% include "header.html" %}
</header> </header>
@ -14,5 +15,6 @@
<footer> <footer>
{% include "footer.html" %} {% include "footer.html" %}
</footer> </footer>
</div>
</body> </body>
</html> </html>