wn-discoteam-theme/layouts/base.htm

12 lines
212 B
HTML
Raw Normal View History

2024-02-12 21:44:41 +01:00
[headAssets]
==
<!doctype html>
<html lang="it">
{% partial 'shared/head' %}
2024-02-13 01:41:48 +01:00
<body class="font-nunito dark">
2024-02-12 21:44:41 +01:00
{% partial 'shared/header' %}
{% page %}
{% partial 'shared/footer' %}
</body>
</html>