datasette/tests/test_templates/pages/route_{name}.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
87 B
HTML
Raw Permalink Normal View History

{% if name == "OhNo" %}{{ raise_404("Oh no") }}{% endif %}
<p>Hello from {{ name }}</p>