website/templates/plants.html.tera

16 lines
651 B
Plaintext

{% extends "nav" %}
{% block title %}mycelial technology | plants{% endblock title %}
{% block content %}
<h2>Plants</h2>
<h3>Articles</h3>
<div class="card">
<ul>
<li><a href="/plants/aloe-there">Aloe There</a> - <i>6 June, 2020</i></li>
<li><a href="/plants/botanical-deceptions">Botanical Deceptions</a> - <i>15 May, 2020</i></li>
<li><a href="/plants/potato-tech">Potato Tech</a> - <i>31 December, 2017</i></li>
<li><a href="/plants/blueberry-dance">I Have Been Invited Into a Dance by a Bush with Purple Berries</a> - <i>20 December, 2017</i></li>
</ul>
</div>
<hr>
{%- endblock %}