11 lines
278 B
HTML
11 lines
278 B
HTML
{{ if ne .context.Content "" }}
|
|
<section>
|
|
{{ partial "snippets/content" (dict "content" .context.Content) }}
|
|
</section>
|
|
{{ end }}
|
|
<section>
|
|
{{ range .context.Resources.ByType "image" }}
|
|
<img src="{{ .Permalink }}" class="borderrad4px"/>
|
|
{{ end }}
|
|
</section>
|