yuzu-emu.github.io/site/layouts/index.html

8 lines
172 B
HTML

{{ define "main" }}
{{ partial "home_hero" . }}
<div class="container">
<section class="section">
{{ partial "index_tweets" . }}
</section>
</div>
{{ end }}