index.tpl 255 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <!DOCTYPE html> <html> <head> <title>beego welcome template</title> </head> <body> {{template "block"}} {{template "header"}} {{template "blocks/block.tpl"}} <h2>{{ .Title }}</h2> <p> This is SomeVar: {{ .SomeVar }}</p> </body> </html>