mirror of
https://github.com/simonw/datasette.git
synced 2026-06-01 06:37:02 +02:00
2 lines
87 B
HTML
2 lines
87 B
HTML
|
|
{% if name == "OhNo" %}{{ raise_404("Oh no") }}{% endif %}
|
||
|
|
<p>Hello from {{ name }}</p>
|