aboutsummaryrefslogtreecommitdiffstats
path: root/SoMA2/templates/categories.html
blob: c5205113f64e06dbf20cb4206c4d9bdf9e72f964 (plain)
1
2
3
4
5
6
7
{% block content %}
<ul>
{% for category, articles in categories %}
	<li><a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a></li>
{% endfor %}
</ul>
{% endblock %}