summaryrefslogtreecommitdiff
path: root/iss/templates/base.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-26 18:24:43 +0300
committerYuval Adam <_@yuv.al>2020-09-26 18:24:43 +0300
commit57081341b6615714736782b75d96fea1ba7142be (patch)
treed9dda3d2eb7b570900a72e80626f703effcd5621 /iss/templates/base.html
parent189481692c57496e0542a400ea62a9356024e84c (diff)
Add jinja2 templates support
Diffstat (limited to 'iss/templates/base.html')
-rw-r--r--iss/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html
new file mode 100644
index 0000000..6e7c1e6
--- /dev/null
+++ b/iss/templates/base.html
@@ -0,0 +1 @@
+<h1>hello</h1>