1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Init commit

This commit is contained in:
Unknown
2014-02-12 14:54:09 -05:00
parent 4836fea876
commit 96b317d3ff
8 changed files with 86 additions and 7 deletions

2
templates/base/base.tmpl Normal file
View File

@@ -0,0 +1,2 @@
this is base.html
Hello world!

1
templates/home.tmpl Normal file
View File

@@ -0,0 +1 @@
{{template "base/base"}}