0d3050c0f3
Former-commit-id: 7d1c31ef8ac47bedffd3aed0dda772841369f99c [formerly 9d1b953cbbad1d5029776d4c1064e4103adb039c] [formerly 37907345ee5612c8dd0092a418a9cd7373b8adeb [formerly 5e066529613baf9b06219168d598d0ec22320a1a]] Former-commit-id: 83e25cde157b78c198f7926b9325459e22588503 [formerly f872c142154d66a500056462066d36a0ecc8420a] Former-commit-id: 7f71095621194cef77e56fcf57520f9767421f8c
57 lines
2.1 KiB
HTML
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">ICS Kalender</a></li>
|
|
</ul>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
{% endblock %}
|