Matthew Stobbs
2419d5d3a6
- added air to reload the server on changes automatically - added tailwindcss - added base page structure in html using _index, _header and _footer - added static homepage - added style.css built by tailwindcss - added basic View object to control views and templates
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
{{ define "footer" }}
|
|
<hr>
|
|
<div id="footer_left">Left</div>
|
|
<div id="footer_middle">Middle</div>
|
|
<div id="footer_right">Right</div>
|
|
{{ end }}
|