You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
581 B
14 lines
581 B
<!-- Banner --> |
|
<section class="banner {{ .style }}"> |
|
<div class="content"> |
|
{{ with .title }}<h1>{{ . }}</h1>{{ end }} |
|
{{ with .subtitle }}<p class="major">{{ . | safeHTML }}</p>{{ end }} |
|
{{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }} |
|
{{ with .button }}<ul class="actions stacked"> |
|
<li><a href="{{ .link }}" class="button primary large wide smooth-scroll-middle">{{ .label }}</a></li> |
|
</ul>{{ end }} |
|
</div> |
|
{{ with .image }}<div class="image"> |
|
<img src="{{.}}" alt="R15" /> |
|
</div>{{end}} |
|
</section> |