summaryrefslogtreecommitdiff
path: root/frontend/layouts/home.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-05-23 22:22:39 +0200
committerxengineering <me@xengineering.eu>2026-05-23 22:27:36 +0200
commite7367b8aa96e6b2eed27ba1441f61f696eaffd3d (patch)
treead1afbfe27d3c4f143c1e8793a74e47c22c19932 /frontend/layouts/home.html
parentfb573c04333701e15ee4fba274df0f88482b392f (diff)
downloadfinserv-e7367b8aa96e6b2eed27ba1441f61f696eaffd3d.tar
finserv-e7367b8aa96e6b2eed27ba1441f61f696eaffd3d.tar.zst
finserv-e7367b8aa96e6b2eed27ba1441f61f696eaffd3d.zip
frontend: layouts: Add baseof.html and home.html
These two files are the starting point for the front end.
Diffstat (limited to 'frontend/layouts/home.html')
-rw-r--r--frontend/layouts/home.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/layouts/home.html b/frontend/layouts/home.html
new file mode 100644
index 0000000..70028a8
--- /dev/null
+++ b/frontend/layouts/home.html
@@ -0,0 +1,3 @@
+{{ define "main" }}
+ <p>Hello world!</p>
+ {{ end }}