mirror of
https://github.com/foolin/goview.git
synced 2025-09-26 19:01:15 +08:00
5 lines
126 B
HTML
5 lines
126 B
HTML
{{define "content"}}
|
|
<h1 class="hello">This is backend!!!!</h1>
|
|
<hr>
|
|
<p><a href="/">Go to frontend</a></p>
|
|
{{end}} |