unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 0eb3fd3ce5add2a81105245c45d3bb1cf755a70e 198 bytes (raw)
name: devel/notmuch-web/templates/index.html 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
7
8
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 %}

debug log:

solving 0eb3fd3c ...
found 0eb3fd3c in https://yhetil.org/notmuch.git/

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).