parsing and templating improvements

This commit is contained in:
Henrique Dias
2015-09-14 14:00:12 +01:00
parent e9d507fec3
commit 0d9c1fa6ef
7 changed files with 46 additions and 57 deletions

5
templates/footer.tmpl Normal file
View File

@@ -0,0 +1,5 @@
{{ define "footer" }}
<footer></footer>
</body>
</html>
{{ end }}