feat: Add app frame template
- All frame pages use app frame template - Add form page to frames and add header
This commit is contained in:
parent
0c37acf47f
commit
e572f64259
6 changed files with 29 additions and 70 deletions
|
|
@ -3,20 +3,10 @@ title: Form
|
|||
tags:
|
||||
- ui
|
||||
---
|
||||
{% extends "hippie/_app.njk" %}
|
||||
|
||||
{% block title %}{{ title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block links %}
|
||||
<link href="{{ pageBase }}css/ui.css" media="all" rel="stylesheet"/>
|
||||
{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
{% extends "hippie/_app_frame.njk" %}
|
||||
|
||||
{% block body %}
|
||||
{{ io.frameHeader('title-bar') }}
|
||||
<header class="io">
|
||||
<h1>Formulare</h1>
|
||||
<button data-action="add">Hinzufügen</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue