mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 11:11:03 +01:00
b5a4cf901d
Former-commit-id: f2143a7aded3c026da5eb0755630e7dd2cb0f874
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> |