mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
fcf43589eb
commit
81dea4b07a
8 changed files with 73 additions and 12 deletions
|
|
@ -79,6 +79,10 @@ document.body.addEventListener('click', (ev) => {
|
|||
<script>{{ body_script }}</script>
|
||||
{% endfor %}
|
||||
|
||||
{% if select_templates %}<!-- Templates considered: {{ select_templates|join(", ") }} -->{% endif %}
|
||||
{% if templates_considered %}
|
||||
<!-- Templates considered:
|
||||
{% for template in templates_considered %}- {{ template.name }}{% if template.used %} (used{% if template.from_plugin %}, from plugin{% endif %}){% endif %}
|
||||
{% endfor %}-->
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue