10 lines
No EOL
251 B
HTML
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> |