abdullahtarawneh.com/layouts/index.html

23 lines
412 B
HTML

{{ define "main" }}
<main class="index">
<div id="wiki">
<header>
<div class="container">
<h1>{{.Title}}</h1>
<span>From abdullahtarawneh.com, the free website</span>
<p>{{.Summary}}</p>
</div>
</header>
<nav>
<div class="container">
{{.TableOfContents}}
</div>
</nav>
<section>
<div class="container">
{{ .Content }}
</div>
</section>
</div>
</main>
{{ end }}