Files
goview/_examples/multiple/views/backend/index.html
2019-04-16 19:10:06 +08:00

5 lines
126 B
HTML

{{define "content"}}
<h1 class="hello">This is backend!!!!</h1>
<hr>
<p><a href="/">Go to frontend</a></p>
{{end}}