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