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