gonito/templates/query-results.hamlet

10 lines
201 B
Plaintext
Raw Normal View History

2018-11-10 11:20:17 +01:00
$if not (isFullQuery query) || null submissions
<h2>Query results
2016-02-12 13:00:33 +01:00
$if null submissions
<p>No results found.
$else
$forall submission <- submissions
^{queryResult submission}
2018-11-17 13:49:44 +01:00
<hr>