ref: 0053be979a8b9f8b0887d4e2aeb24485a4cdcf3c
dir: /docs/layouts/indexes/showcase.html/
{{ template "chrome/header.html" . }}
<section id="main">
<div>
<h1 id="title">Showcase</h1>
<div class="row">
{{ range .Data.Pages.ByDate }}
{{ .Render "thumbnail"}}
{{ end }}
</div>
</div>
<br><br>
If you want to be added to this page please send a <a href="https://github.com/spf13/hugo/pulls">pull request</a>.
</section>
{{ template "chrome/footer.html" . }}