mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
a18e0964ec
commit
e06e083240
8 changed files with 171 additions and 19 deletions
8
tests/test_templates/show_json.html
Normal file
8
tests/test_templates/show_json.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ super() }}
|
||||
Test data for extra_template_vars:
|
||||
<pre class="extra_template_vars">{{ extra_template_vars|safe }}</pre>
|
||||
<pre class="extra_template_vars_from_awaitable">{{ extra_template_vars_from_awaitable|safe }}</pre>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue