You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
450 B

{{# layout('layout') }}
{{# section('content') { }}
<h1 class="site-header__title">
{{ page.data.title }}
</h1>
<div class="container">
<div class="grid">
<div class="col-12">
<div class="content">
{% if settings.404_message %}
{{ settings.404_message }}
{% endif %}
</div>
</div>
</div>
</div>
{{# endsection }}
{{# push('footer') { }}
{{# } }}