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">
2023-10-10 03:10:30 +00:00
<h3>Figures I'm Looking For</h3>
<ul>
{{ range $.Site.Data.transformers.collection.wants }}
<li> {{ .name }}</li>
{{ end }}
</ul>
2023-10-10 03:10:30 +00:00
<h3>Recent Collection Additions</h3>
<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 }}