barcamp/layouts/index.html
Philipp Rothmann c55478f6a5 init
2022-08-09 21:08:27 +02:00

22 lines
360 B
HTML

{{ define "main" }}
<main aria-role="main">
<div class="content">
<div class="index-content framed">
<h1 id="hello-there">Hi Barcamp!</h1>
<p>Hier kommst du zur Timeline</p>
<div align="center">
<a class="read-more button" href="/timeline">View → </a>
</div>
</div>
</div>
</div>
</main>
{{ end }}