{{:include file="./_head.html" home=true}} {{#module name="openings"}}
{{:include file="/openings/_next_opening.html"}}
{{:include file="/openings/_all.html"}}
{{/module}} {{#articles order="published DESC" limit=1}}

{{ $title }}

{{ $published|relative_date }}

{{ $html|raw }}

{{/articles}} {{#articles order="published DESC" begin=1 limit=9}}

{{ $title }}

{{ $published|relative_date }}

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

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