mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
11 lines
159 B
HTML
11 lines
159 B
HTML
|
{{ define "home-head"}}
|
||
|
<title>{{.title}}</title>
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
background: #999;
|
||
|
}
|
||
|
</style>
|
||
|
{{ end }}
|
||
|
<div>
|
||
|
Hello home page
|
||
|
</div>
|