feat: Move files

- Template app is now part of hippie and not demo anymore
- Update includes
- Settings module is now called frame
This commit is contained in:
sthag 2025-06-22 17:40:23 +02:00
parent 0a27169a1b
commit 24efcefab3
9 changed files with 101 additions and 62 deletions

View file

@ -1,4 +1,4 @@
<!-- demo.app.template -->
<!-- app.template -->
<!DOCTYPE html>
<html lang="de" class="{{ pageClass }}" id="{{ pageId }}">
<head>
@ -9,7 +9,7 @@
{%- block title %}{% endblock %}{{ hippie.titlePostfix }}</title>
{% block meta %}
{% include "demo/partials/_meta.njk" %}
{% include "hippie/partials/_head_meta.njk" %}
<base href="/">
{% endblock %}