fix: Remove wrong page id
This commit is contained in:
parent
d83ae3ea22
commit
06e4a80b66
1 changed files with 1 additions and 1 deletions
|
|
@ -5,11 +5,11 @@ tags:
|
||||||
- index
|
- index
|
||||||
---
|
---
|
||||||
|
|
||||||
{% set pageId = "init" %}
|
|
||||||
{% set pageClass = "html_ui" %}
|
{% set pageClass = "html_ui" %}
|
||||||
|
|
||||||
{% extends "demo/_app.njk" %}
|
{% extends "demo/_app.njk" %}
|
||||||
{% import "hippie/macros/_placeholder.njk" as ph %}
|
{% import "hippie/macros/_placeholder.njk" as ph %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
{{ title }}
|
{{ title }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue