GITLAB

陆恒 / daydaycs

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • daydaycs
  • ..
  • views
  • index.tpl
  • 82382f2c   修改签名错误问题 Browse Code »
    李旭
    2021-04-21 14:34:14 +0800  
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>