mirror of
https://github.com/foolin/goview.git
synced 2025-09-26 19:01:15 +08:00
5 lines
132 B
HTML
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}} |