readysite / pkg / application / resources / testdata / views / pages / with-layout.html 87 B with-layout.html Copy {{template "base.html" .}} {{define "content"}} <div>Layout Page Content</div> {{end}} ← Back