feat: restructure screens, new todos

- Move files and folders
- Rename pages
- New todos
This commit is contained in:
sthag 2024-08-06 21:15:39 +02:00
parent 31bbee51ea
commit 268202f33d
20 changed files with 145 additions and 95 deletions

View file

@ -1,16 +0,0 @@
<!-- blank.page -->
{% set pageBase = "../" %}
{% set pageId = "blank" %}
{% set pageClass = "h_full_view" %}
{% extends "demo/_default.njk" %}
{% block title %}Blank{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block body %}
{% endblock %}