{{ 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>