[staticPage]
==
{{ this.page.title }}
{#- Awesome Tailwind JIT Cdn -#}
{#- Material icons -#}
{% styles %}
{#
# Reapeater definitions
#}
{repeater
name="sections"
groups="themes/blocks/meta/sections.yaml"
tab="Blocks"
prompt="Add new section"
style="accordion"
}
{variable name="_dummy" type="text"}{/variable}
{/repeater}
{% partial 'header' %}
{% page %}
{#
# Rendering blocks
#}
{% for section in sections %}
{% partial 'blocks/' ~ section._group data=section %}
{% endfor %}
{% partial 'footer' %}
{% scripts %}