mirror of
https://github.com/kataras/iris.git
synced 2025-02-03 07:50:34 +01:00
14 lines
235 B
HTML
14 lines
235 B
HTML
|
{{ define "about-head"}}
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
background: #666;
|
||
|
}
|
||
|
</style>
|
||
|
{{ end }}
|
||
|
|
||
|
{{ define "about-body"}}
|
||
|
extend body content in layout.
|
||
|
{{ end }}
|
||
|
<div>
|
||
|
Hello about page
|
||
|
</div>
|