iris/_examples/view/template_html_5/views/about.html
chenPengXu b5a4cf901d add template_html_5 for fund part in html.go
Former-commit-id: f2143a7aded3c026da5eb0755630e7dd2cb0f874
2018-10-26 14:15:29 +08:00

14 lines
235 B
HTML

{{ define "about-head"}}
<style type="text/css">
body {
background: #666;
}
</style>
{{ end }}
{{ define "about-body"}}
extend body content in layout.
{{ end }}
<div>
Hello about page
</div>