readysite / pkg / application / resources / testdata / views / pages / about.html 105 B about.html Copy {{template "base.html" .}} {{define "content"}} <h1>About Us</h1> <p>This is the about page.</p> {{end}} ← Back