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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
{% extends "base.html" %}
<h1>{{ terms|e }}</h1>
{% block content %}
{% for t in ts %}
  <h2>{{ t.subject|e }}</h2>
  <p><i>{{ t.authors|e }}</i></p>
  <p><b>{{ format_time_range(t.first,t.last)|e }}</b></p>
  {{ show_msgs(t.toplevel())|safe }}
{% endfor %}
{% endblock content %}

debug log:

solving 6719c356 ...
found 6719c356 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).