yequari.com/layouts/transformers/transformers.html

20 lines
449 B
HTML
Raw Normal View History

{{ define "main" }}
2023-08-12 10:44:17 +00:00
<section class="left sidebar">
<h6>Figures I'm Looking For</h6>
<ul>
{{ range $.Site.Data.transformers.collection.wants }}
<li> {{ .name }}</li>
{{ end }}
</ul>
<h6>Recent Collection Additions</h6>
<ul>
{{ range $.Site.Data.transformers.collection.recent }}
<li> {{ .name }}</li>
</ul>
{{ end }}
2023-08-12 10:44:17 +00:00
</section>
<section class="content">
{{ .Content }}
</div>
{{ end }}