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:
parent
ac8f55a7c9
commit
d9f7ae1ff9
5 changed files with 6 additions and 40 deletions
|
|
@ -4,20 +4,10 @@ tags:
|
|||
- demoExample
|
||||
- index
|
||||
---
|
||||
{% extends "hippie/_app.njk" %}
|
||||
{% extends "demo/_default.njk" %}
|
||||
{% import "hippie/macros/_placeholder.njk" as ph %}
|
||||
|
||||
{% block title %}
|
||||
{{ title }}
|
||||
{% endblock %}
|
||||
|
||||
{% block links %}
|
||||
<link href="{{ pageBase }}css/ui.css" media="all" rel="stylesheet"/>
|
||||
{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="sec_main_center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue