maia.crimew.gay/src/samples.njk

19 lines
528 B
Plaintext
Raw Normal View History

2022-05-31 13:09:45 +00:00
---
2022-05-31 14:10:07 +00:00
title: maia sample packs :3
2022-05-31 13:09:45 +00:00
subhead: sample packs
2022-05-31 14:10:07 +00:00
permalink: /samples/index.html
2023-01-21 17:21:09 +00:00
date: git Last Modified
2022-05-31 13:09:45 +00:00
---
{% extends 'layouts/default.njk' %}
2022-05-31 14:10:07 +00:00
{% block main %}
2022-05-31 13:09:45 +00:00
<p>here are some sample packs i made!</p>
<div>
<ul>
{% for pack in samplepacks %}
<li>
2022-05-31 14:10:07 +00:00
<a href="/samples/{{ pack.filename }}"><code>{{ pack.filename }}</code></a> <sup title="{{ pack.changes }}">({{ pack.version }})</sup> - {{ pack.description }}
2022-05-31 13:09:45 +00:00
</li>
{% endfor %}
</ul>
</div>
{% endblock %}