webseite/templates/page.html
DO1JLR 150af6993e Ein neuer Waffelstart
Former-commit-id: f929ca50d77598d98bdb5d73571e7f5cd060e8f7 [formerly 480d4b0098e78bac347b870ea3eeac012007626b]
Former-commit-id: 652d21c926ff95c6debf7c6ab71209059023d6e5
2018-04-24 20:39:56 +02:00

56 lines
2 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>
</ul>
</div>
</section>
{% endblock %}