mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
e9fce44195
commit
21c9c04310
4 changed files with 72 additions and 18 deletions
|
|
@ -34,5 +34,8 @@ td {
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
{% if after_link %}
|
||||
<p><a href="{{ after_link }}">Next page</a></p>
|
||||
{% endif %}
|
||||
{% if took_ms %}<small>Took {{ took_ms }}</small>{% endif %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue