github.com/astaxie/beego@v1.12.3/testdata/views/index.tpl (about)

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