33 lines
799 B
HTML
33 lines
799 B
HTML
|
[staticPage]
|
||
|
useContent = 1
|
||
|
default = 0
|
||
|
|
||
|
[secondmenu]
|
||
|
|
||
|
[staticMenu mainmenu]
|
||
|
code=mainmenu
|
||
|
|
||
|
[staticMenu footmenu]
|
||
|
code=footmenu
|
||
|
==
|
||
|
{% partial 'site/head' logo='logos/wappen.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 py-12">
|
||
|
<div class="flex-none w-64 mr-6 hidden navbar:block">
|
||
|
<div class="sticky top-6">
|
||
|
{% partial 'site/side.htm' %}
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="text-gray-800 c">
|
||
|
{% page %}
|
||
|
</div>
|
||
|
</div>
|
||
|
{% partial 'site/foot' %}
|