diff options
Diffstat (limited to 'frontend/layouts/home.html')
| -rw-r--r-- | frontend/layouts/home.html | 3 |
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 }} |
