The current Hugo theme for the beetbox.io website

10 lines
172 B

{{ define "main" }}
<section>
<h1 class="center-text">Authors</h1>
{{ range .Data.Pages }}
{{ partial "article-alternate.html" . }}
{{ end }}
</section>
{{ end }}