custom pages tests templates now in repo

This commit is contained in:
Simon Willison 2020-10-07 15:16:41 -07:00
commit b37431976c
10 changed files with 15 additions and 33 deletions

View file

@ -0,0 +1,2 @@
{% if name == "OhNo" %}{{ raise_404("Oh no") }}{% endif %}
<p>Hello from {{ name }}</p>