mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
20fa06b46b
Former-commit-id: 3cae751d13b1c97dae0db7802b42b462f7c89fdb
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> |