notmuch/devel/notmuch-web/templates/index.html
David Bremner 126347b694 Import notmuch_0.38.2.orig.tar.xz
[dgit import orig notmuch_0.38.2.orig.tar.xz]
2023-12-01 07:51:09 -04:00

9 lines
198 B
HTML

{% extends "base.html" %}
{% block content %}
<h2>Common tags</h2>
<ul>
{% for tag in tags %}
<li><a href="search/tag:{{ tag|url }}">{{ tag|e }}</a></li>
{% endfor %}
</ul>
{% endblock content %}