mirror of
https://github.com/metagov/govarch-website.git
synced 2025-05-01 05:38:00 +00:00
28 lines
593 B
HTML
28 lines
593 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
{% if site.data.menu and site.paginate and site.paginate_path and paginator.page > 1 %}
|
|
{% include menu.html %}
|
|
{% elsif site.paginate and site.paginate_path and paginator.page > 1 %}
|
|
{% include back-link.html %}
|
|
{% else %}
|
|
<header class="site-masthead">
|
|
{% include menu.html %}
|
|
{% if site.title %}
|
|
<h1>
|
|
{{ site.title }}
|
|
</h1>
|
|
{% endif %}
|
|
{% if site.title %}
|
|
<h2>
|
|
{{ site.description }}
|
|
</h2>
|
|
{% endif %}
|
|
</header>
|
|
{% endif %}
|
|
|
|
<main class="home" id="main" role="main" aria-label="Content">
|
|
|
|
</main>
|