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

5 lines
132 B
HTML

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