- Move page title to template - Remove redundant title blocks - Base frame pages on correct template - Base ui index on default template
14 lines
No EOL
230 B
Text
Executable file
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 %} |