]> git.notmuchmail.org Git - notmuch/blobdiff - devel/notmuch-web/templates/index.html
devel/notmuch-web: single user web front end using python-cffi
[notmuch] / devel / notmuch-web / templates / index.html
diff --git a/devel/notmuch-web/templates/index.html b/devel/notmuch-web/templates/index.html
new file mode 100644 (file)
index 0000000..0eb3fd3
--- /dev/null
@@ -0,0 +1,9 @@
+{% 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 %}