website/templates/_index.html

5 lines
102 B
HTML

{% import "common.html" as common %}
{{ common::meta(title="") }}
<body>
{{ common::nav() }}
</body>