webseite/templates/page.html
L3D b61638a4e0 Waffelkalender
Former-commit-id: 5e9322d0d3ae05038bd919e5fe018997b416d7c1 [formerly 6f4be1d943aea656b85bafeeac9e2a58da4b64b7] [formerly 8a430ccbb7ec5f65c0caff386df60d5c1ddd1e3b [formerly 3f1458873caa0b51263f8f0b2b1612b28fe17380]]
Former-commit-id: ac78873eb04ac2e83da1a81b97259ba480ce882d [formerly 68ba82ae8018990ad76454805fee58c4bb5175a7]
Former-commit-id: dd4722fd553836619b3506c43d07f219643cba01
2018-07-21 22:42:40 +02:00

57 lines
2.1 KiB
HTML

{% extends "layout.html" %}
{% block title %}{{ this.title }}{% endblock %}
{% block body %}
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<a href="{{ this.as01l1 }}" class="image"><img src=" {{ this.as01img }}" alt="" /></a>
<div class="content">
<h2 class="major">{{ this.as01h1 }}</h2>
{{ this.as01b1 }}
<a href="{{ this.as01l1 }}" class="special">{{ this.as01d1 }}</a>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a href="{{ this.as02l1 }}" class="image"><img src=" {{ this.as02img }}" alt="" /></a>
<div class="content">
<h2 class="major">{{ this.as02h1 }}</h2>
{{ this.as02b1 }}
<a href="{{ this.as02l1 }}" class="special">{{ this.as02d1 }}</a>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper spotlight style3">
<div class="inner">
<a href="{{ this.as03l1 }}" class="image"><img src=" {{ this.as03img }}" alt="" /></a>
<div class="content">
<h2 class="major">{{ this.as03h1 }}</h2>
{{ this.as03b1 }}
<a href="{{ this.as03l1 }}" class="special">{{ this.as03d1 }}</a>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">{{ this.where }}</h2>
<ul class="actions">
{{ this.description }}
<li><a href="{{ 'feed.xml'|url }}" class="button">RSS Feed</a></li>
<li><a href="{{ 'waffeln.ics'|url }}" class="button">RSS Feed</a></li>
</ul>
</div>
</section>
{% endblock %}