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:
parent
ca9f6e21ea
commit
2baad1d314
11 changed files with 1127 additions and 878 deletions
|
|
@ -10,7 +10,6 @@ title: Default
|
|||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
{% block script %}
|
||||
{{ block.super -}}
|
||||
<script>
|
||||
// Page script
|
||||
console.log("pageBase is: {{ pageBase }}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue