39 lines
1.0 KiB
HTML
39 lines
1.0 KiB
HTML
|
[staticPage]
|
||
|
useContent = 1
|
||
|
default = 0
|
||
|
|
||
|
[secondmenu]
|
||
|
|
||
|
[staticMenu mainmenu]
|
||
|
code = "mainmenu"
|
||
|
|
||
|
[staticMenu footmenu]
|
||
|
code = "footmenu"
|
||
|
|
||
|
[eventform]
|
||
|
==
|
||
|
{% partial 'site/head' logo='logos/friedenslicht.png' %}
|
||
|
<h1 class="font-semibold font-arvo bg-primary-200 py-3">
|
||
|
<div class="container text-primary-800 text-xl font-arvo flex items-baseline">
|
||
|
{{'dpsgstart' | sprite('w-8 h-4 text-dpsgred mr-2')}}
|
||
|
<span class="text-sm md:text-base font-semibold">
|
||
|
{{this.page.title}}
|
||
|
</span>
|
||
|
</div>
|
||
|
</h1>
|
||
|
<div class="container flex items-center flex-col py-12">
|
||
|
<div class="mt-8 flex flex-col lg:flex-row items-start">
|
||
|
<div class="c text-gray-800 text-lg">
|
||
|
{% page %}
|
||
|
</div>
|
||
|
<div class="p-6 lg:ml-6 flex-none w-full lg:w-72 shadow rounded-lg bg-white">
|
||
|
<h3 class="c">Anmeldung zur Friedenslicht-Aktion 2022</h3>
|
||
|
<div class="mt-5">
|
||
|
{% component 'eventform' %}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
{% partial 'site/foot' %}
|