add templates/
This commit is contained in:
parent
1618983416
commit
85c44b58a6
1 changed files with 4 additions and 0 deletions
4
templates/index.html
Normal file
4
templates/index.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<html>
|
||||
<h1>hi</h1>
|
||||
<p>this is a test from {{ .test }}</p>
|
||||
</html>
|
Loading…
Reference in a new issue