iris/_examples/view/template_html_5/views/home.html

11 lines
159 B
HTML
Raw Normal View History

{{ define "home-head"}}
<title>{{.title}}</title>
<style type="text/css">
body {
background: #999;
}
</style>
{{ end }}
<div>
Hello home page
</div>