您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456
  1. {{ define "main" }}
  2. <main class="cf pa5 pa4-l f4 tc center measure-wide lh-copy gray">
  3. <h1>Page not found</h1>
  4. {{ .Content }}
  5. </main>
  6. {{ end }}