feat: Replace nunjucks with liquid for basics screen

- Add liquid template page
- Basics screen now uses liquid
- Correct script block in templates
- Add parameters to meta and log partials
- Add liquid partials for page and placeholder content
This commit is contained in:
sthag 2026-02-15 10:27:27 +01:00
parent ca9f6e21ea
commit 2baad1d314
11 changed files with 1127 additions and 878 deletions

View file

@ -10,7 +10,6 @@ title: Default
{% block title %}{{ title }}{% endblock %}
{% block script %}
{{ block.super -}}
<script>
// Page script
console.log("pageBase is: {{ pageBase }}");