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.
12 lines
367 B
12 lines
367 B
<!-- Items --> |
|
<section class="wrapper style1 align-center"> |
|
<div class="inner"> |
|
{{ with .title }}<h2>{{ . }}</h2>{{ end }} |
|
{{ with .content }}<p>{{ . | safeHTML }}</p>{{ end }} |
|
<div class="items {{ .style }}"> |
|
{{ range .items }} |
|
{{ partial "item" . }} |
|
{{ end }} |
|
</div> |
|
</div> |
|
</section> |