{{ if ne .context.Content "" }}
<section>
{{ partial "snippets/content" (dict "content" .context.Content) }}
</section>
{{ end }}
{{ range .context.Pages }}
<a href="{{ .Params.link }}" class="underline">{{ .Params.link }}</a><br>
{{ .Title }}<br>
<br>