readysite / pkg / application / resources / testdata / views / layouts / base.html 108 B base.html Copy <!DOCTYPE html> <html> <head><title>Test App</title></head> <body> {{template "content" .}} </body> </html> ← Back