webseite/templates/blocks/startpage_section.html
2019-02-12 17:45:44 +01:00

10 lines
No EOL
251 B
HTML

<div class="content">
<header>
<h2>{{ this.header }}</h2>
{{ this.text }}
</header>
{{ this.text2 }}
<ul class="actions">
<li><a href="{{ this.url }}" class="button">{{ this.url_text }}</a></li>
</ul>
</div>