HTML comment showing which templates were considered for a page

Closes #171
This commit is contained in:
Simon Willison 2017-12-09 13:47:32 -08:00
commit 7126d08f10
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52
3 changed files with 20 additions and 2 deletions

View file

@ -33,6 +33,6 @@
{% endif %}{{ metadata.source or metadata.source_url }}{% if metadata.source_url %}</a>{% endif %}
{% endif %}
</div>
{% if select_templates %}<!-- Templates considered: {{ select_templates|join(", ") }} -->{% endif %}
</body>
</html>