mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Vendoring
This commit is contained in:
2
vendor/github.com/gin-contrib/multitemplate/tests/global/base.html
generated
vendored
Normal file
2
vendor/github.com/gin-contrib/multitemplate/tests/global/base.html
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
<p>{{ .title }}</p>
|
||||
{{template "login.html"}}
|
1
vendor/github.com/gin-contrib/multitemplate/tests/global/login.html
generated
vendored
Normal file
1
vendor/github.com/gin-contrib/multitemplate/tests/global/login.html
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{{define "login.html"}}Hi, this is login template{{end}}
|
Reference in New Issue
Block a user