Initial Go project structure; added some styles w/ SASS via Grunt

This commit is contained in:
2022-11-25 13:33:27 -05:00
parent 5581f0de90
commit 8c7d2fd026
13 changed files with 3338 additions and 1 deletions

5
views/index.html Normal file
View File

@ -0,0 +1,5 @@
{{ template "layout_header" . }}
<p>This is a test.</p>
{{ template "layout_footer" . }}