balsamine.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

categories.html
text/html

Download raw (203 bytes)

{% extends "base.html" %}
{% block content %}
<ul>
{% for category, articles in categories %}
    <li><a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a></li>
{% endfor %}
</ul>
{% endblock %}