aboutsummaryrefslogtreecommitdiffstats
path: root/askama_poem/templates
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@blos.sm>2024-01-24 20:23:18 +0000
committerLibravatar cel 🌸 <cel@blos.sm>2024-01-24 20:23:18 +0000
commitd3b048544eebf7b8402fb585b4e2531de9b28a33 (patch)
tree2e697063854d22aff603ba3691c6453ddf5cd87b /askama_poem/templates
parentef53238ae2ee77becc44bcb0b77c1c4daceca5af (diff)
downloadaskama-main.tar.gz
askama-main.tar.bz2
askama-main.zip
Add poem integrationHEADmain
Diffstat (limited to 'askama_poem/templates')
-rw-r--r--askama_poem/templates/hello.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_poem/templates/hello.html b/askama_poem/templates/hello.html
new file mode 100644
index 0000000..8149be7
--- /dev/null
+++ b/askama_poem/templates/hello.html
@@ -0,0 +1 @@
+Hello, {{ name }}!