{{:include file="_head.html" title=$page.title}} {{:include file="_breadcrumbs.html" parent=$page.path}}
{{#categories parent=$page.path order="title"}} {{/categories}}

{{$page.title}}

{{$page.html|raw}} {{:include file="gallery.html" parent=$page.path}} {{:include file="documents.html" parent=$page.path}}
{{#articles parent=$page.path order="published DESC" future=false}}

{{$title}}

{{$published|date_long}}

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

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