podcast-webseite/templates/blocks/startpage_section.html
2019-05-25 21:57:41 +02: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>