webseite/templates/page.html
L3D ddc6a404fb Start translation
Former-commit-id: 87431b49175ed097312ac29954d7b04c1f465577 [formerly 8e851d3cc303728620f598d9e5c2c30c2163aff7] [formerly e301c764b82e17d758c8ecba229fa050c32646e3 [formerly 5b0c379691c5160c8f3a6c2ec53dcc898cfe6002]]
Former-commit-id: d6100de9ef508555b5bbb8762722a8455348bdd9 [formerly 0ac718e627ff57598e6c3c39fb812848f9cb4d9f]
Former-commit-id: 0da45284c5712a82ec351b71a6cd2a6d12d6314d
2018-10-13 00:02:29 +02:00

58 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 }}
{{ this.tour }}
<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 %}