go-sample-webpage/vendor/github.com/unrolled/render/testdata/partials/layout.tmpl
2021-11-03 02:10:36 +01:00

3 lines
61 B
Cheetah

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