diff --git a/askama.toml b/askama.toml new file mode 100644 index 0000000..602a72e --- /dev/null +++ b/askama.toml @@ -0,0 +1,2 @@ +[general] +dirs = ["src-frontend/templates"] diff --git a/templates/hello.html b/src-frontend/templates/hello.html similarity index 100% rename from templates/hello.html rename to src-frontend/templates/hello.html diff --git a/templates/index.html b/src-frontend/templates/index.html similarity index 100% rename from templates/index.html rename to src-frontend/templates/index.html