go-sample-webpage/vendor/github.com/unrolled/render/testdata/partials/layout.tmpl

4 lines
61 B
Cheetah

{{ partial "before" }}
<h1>during</h1>
{{ partial "after" }}