streamlined how multilingual support works
This commit is contained in:
@@ -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>
|
||||||
Reference in New Issue
Block a user