hippie/source/templates/hippie/partials/_header.njk
sthag 07f51e80a2 feat: Add macros
- New footer macros
- New header macro
- Use macros in partials
2025-06-19 12:02:06 +02:00

3 lines
No EOL
94 B
Text

<!-- header.partial -->
{% import "hippie/macros/_header.njk" as header %}
{{ header.main() }}