First commit of the theme

This commit is contained in:
Gregory Trolliet 2020-04-27 16:49:21 +02:00
commit 360f7ecd96
24 changed files with 525 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<section class="section">
<h1>{{ .Title }}</h1>
<div class="content">
{{ .Content }}
</div>
</section>