iris/_examples/view/template_html_5/views/user/index.html

10 lines
153 B
HTML
Raw Normal View History

{{ define "user/index-head"}}
<style type="text/css">
body {
background: red;
}
</style>
{{ end }}
<div>
Hello user index page
</div>