{{if !$page}} {{:error message="Page not found"}} {{/if}} {{:include file="./_head.html" title=$page.title}} {{:include file="./_breadcrumbs.html" parent=$page.path}}

{{$page.title}}

{{#categories parent=$page.path order="title"}} {{/categories}}
{{if $page.html || $page.has_attachments}}
{{$page.html|raw}} {{:include file="./_gallery.html" parent=$page.path}} {{:include file="./_documents.html" parent=$page.path}}
{{/if}}
{{#articles parent=$page.path order="published DESC"}}

{{$title}}

{{$published|date_long}}

{{$html|raw|strip_tags|truncate:200}}

{{/articles}}
{{:include file="./_foot.html"}}