github.com/blend/go-sdk@v1.20220411.3/examples/web/views/_views/index.html (about) 1 <!-- 2 Copyright (c) 2022 - Present. Blend Labs, Inc. All rights reserved 3 Use of this source code is governed by a MIT license that can be found in the LICENSE file. 4 --> 5 {{ define "index" }} {{ template "header" . }} 6 <h1>Views Example</h1> 7 {{ template "footer" }} 8 {{ end }}