github.com/blend/go-sdk@v1.20220411.3/examples/web/views/_views/header.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 "header"}}
     6  <!DOCTYPE html>
     7  <html lang="en">
     8  <head>
     9  	<meta charset="utf-8">
    10  	<title>Example Views App</title>
    11  	<meta name="referrer" content="no-referrer" />
    12  	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    13  </head>
    14  <body>
    15  {{end}}