{{ if ne .context.Content "" }}
<section>
{{ partial "snippets/content" (dict "content" .context.Content) }}
</section>
{{ end }}
{{ range .context.Resources }}
<div>🗀 <a href="{{ .Permalink }}">{{ . }}</a></div>