refactor: Move script parts around

- Run setup function in global script
- Move common script assets to hippie main template
- Remove unused scrcipt from components page
This commit is contained in:
sthag 2025-05-17 13:04:31 +02:00
parent 6cfe5b21e1
commit 8942dc3632
10 changed files with 17 additions and 52 deletions

View file

@ -1,5 +1,7 @@
<!-- default.template -->
{% import "hippie/macros/_log.njk" as log %}
{# {% if hippie.debugMode %} #}
{% import "hippie/macros/_log.njk" as log %}
{# {% endif %} #}
<!DOCTYPE html>
<html lang="de" class="{{ pageClass }}" id="{{ pageId }}">