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
458 B
10 lines
458 B
<!-- Spotlight --> |
|
<section class="spotlight style1 orient-right content-align-left image-position-center" {{ with .id }} id="{{ . }}"{{ end }}> |
|
<div class="content"> |
|
{{ with .title }}<h2>{{ . }}</h2>{{ end }} |
|
{{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }} |
|
{{ with .button }}<ul class="actions stacked"> |
|
<li><a href="{{ .link }}" class="button">{{ .label }}</a></li> |
|
</ul>{{ end }} |
|
</div> |
|
</section> |