diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-03 11:36:22 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-03 11:49:09 +0200 |
| commit | b8a964e19de9cb025587c3546930a18c0d4edd07 (patch) | |
| tree | fe4bec22a4727c4932021eb973a646ca6389011e /backend/templates/simple.html | |
| parent | cec39db23db603e87b969a5c630b5873f96a8be7 (diff) | |
feat(backend): handle simple root files
Diffstat (limited to 'backend/templates/simple.html')
| -rw-r--r-- | backend/templates/simple.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/templates/simple.html b/backend/templates/simple.html new file mode 100644 index 0000000..dd00397 --- /dev/null +++ b/backend/templates/simple.html @@ -0,0 +1 @@ +{{ define "body" }}{{ .Content }}{{ end }} |
