hippie/source/screens/demo/examples/ui/tui.njk
sthag d9f7ae1ff9 feat: Change frame screens
- Move page title to template
- Remove redundant title blocks
- Base frame pages on correct template
- Base ui index on default template
2025-10-25 09:34:30 +02:00

14 lines
No EOL
230 B
Text
Executable file

---
title: TUI
tags:
- ui
---
{% set pageId = page.fileSlug %}
{% extends "hippie/_app_frame.njk" %}
{% block body %}
{{ io.frameHeader('title-bar') }}
<main class="io"></main>
{{ io.frameFooter('mode-bar') }}
{% endblock %}