menu: init

This commit is contained in:
He4eT 2025-02-15 02:28:28 +01:00
commit d2ce95a3ad
2 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,7 @@
type="application/atom+xml"> type="application/atom+xml">
</head> </head>
<body> <body>
{% include 'parts/menu.njk' %}
{{ content | safe }} {{ content | safe }}
</body> </body>
</html> </html>

View file

@ -0,0 +1,3 @@
<div>
test
</div>