This commit is contained in:
2023-08-11 00:24:50 +02:00
commit 5729e4a33a
77 changed files with 4183 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
layout: default
---
{%- include header.html -%}
<!-- Main -->
<div id="main">
<!-- Page -->
<article class="shade-two">
<div class="container">
<header>
<h2>{{- page.title -}}</h2>
{%- if page.subtitle -%}<p>{{- page.subtitle -}}</p>{%- endif -%}
</header>
{{- content -}}
</div>
</article>
</div>