diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-02-04 08:07:34 -0500 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-02-04 08:07:34 -0500 |
commit | 24e058c3eb3a278023c4ecee7efa9a73774ded0b (patch) | |
tree | ebda1d575934102a4012dbb5d01df35debeaff27 /layouts/index.html | |
parent | 0e39b5cd5bd26d408355e01d46c356d093befe1c (diff) |
theme development
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index e69de29..273d161 100644 --- a/layouts/index.html +++ b/layouts/index.html | |||
@@ -0,0 +1,5 @@ | |||
1 | {{ define "main" }} | ||
2 | <div> | ||
3 | <h1>Hello World</h1> | ||
4 | </div> | ||
5 | {{ end }} \ No newline at end of file | ||