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