fix: Remove wrong page id

This commit is contained in:
sthag 2025-06-20 17:00:07 +02:00
parent d83ae3ea22
commit 06e4a80b66

View file

@ -5,11 +5,11 @@ tags:
- index
---
{% set pageId = "init" %}
{% set pageClass = "html_ui" %}
{% extends "demo/_app.njk" %}
{% import "hippie/macros/_placeholder.njk" as ph %}
{% block title %}
{{ title }}
{% endblock %}