上QQ阅读APP看书,第一时间看更新
The Header template
The Header template has the HTML head and body defined in the code snippet, as follows. The TITLE tag of the web page is set to CRM and the web page has Customer Management – CRM as content (Header.tmpl):
{{ define "Header" }}
<!DOCTYPE html>
<html>
<head>
<title>CRM</title>
<meta charset="UTF-8" />
</head>
<body>
<h1>Customer Management – CRM</h1>
{{ end }}