+ to the git

This commit is contained in:
itsig0
2024-03-20 22:56:17 +01:00
commit cc4bd9febc
86 changed files with 11153 additions and 0 deletions

11
view/home/home.templ Normal file
View File

@@ -0,0 +1,11 @@
package home
import "github.com/itsig0/tallytome/view/layout"
templ Show(hx bool) {
@layout.Base(hx){
<div class="container">
<h1>Schön hier aber waren sie schon mal in Mordor?</h1>
</div>
}
}