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