github.com/blend/go-sdk@v1.20220411.3/web/testdata/test_file.html (about) 1 {{ define "test" }} 2 <html> 3 <head> 4 <title>Test!</title> 5 </head> 6 <body> 7 This is a test 8 <div id="model-output">{{ .ViewModel }}</div> 9 </body> 10 </html> 11 {{ end }}