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
This commit is contained in:
sthag 2025-10-25 09:34:30 +02:00
parent ac8f55a7c9
commit d9f7ae1ff9
5 changed files with 6 additions and 40 deletions

View file

@ -6,21 +6,9 @@ tags:
{% set pageId = page.fileSlug %}
{% set bodyClass = "body_new" %}
{% extends "hippie/_app.njk" %}
{% extends "hippie/_app_frame.njk" %}
{% import "hippie/macros/_header.njk" as header %}
{% block title %}{{ title }}
{% endblock %}
{% block links %}
{{ super() }}
<link href="{{ pageBase }}css/ui.css" media="all" rel="stylesheet"/>
{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block body %}
{{ header.status(hippie, new) }}
<header class="area menu io">