20 lines
358 B
HTML
20 lines
358 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 }}
|