]> git.notmuchmail.org Git - notmuch/blob - devel/notmuch-web/templates/index.html
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / devel / notmuch-web / templates / index.html
1 {% extends "base.html" %}
2 {% block content %}
3 <h2>Common tags</h2>
4 <ul>
5 {% for tag in tags %}
6   <li><a href="search/tag:{{ tag|url }}">{{ tag|e }}</a></li>
7 {% endfor %}
8 </ul>
9 {% endblock content %}