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.
10 lines
361 B
10 lines
361 B
<!-- Spotlight --> |
|
<section class="spotlight {{ .headerstyle }}"{{ with .id }} id="{{ . }}"{{ end }}> |
|
<div class="content"> |
|
{{ with .title }}<h2>{{ . }}</h2>{{ end }} |
|
{{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }} |
|
</div> |
|
{{ with .header }}<div class="image"> |
|
<img src="{{ . }}" alt="" /> |
|
</div>{{ end }} |
|
</section> |