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

1234567891011121314151617
  1. {{ define "header" }}{{ partial "page-header.html" . }}{{ end }}
  2. {{ define "main" }}
  3. <<<<<<< Updated upstream
  4. {{ $currentPageUrl := .URL }}
  5. {{ $currentSection := where .Site.Pages "Section" .Section }}
  6. <article class="center cf pv5 measure-wide-l">
  7. <h1>
  8. This is not the page you were looking for
  9. </h1>
  10. </article>
  11. =======
  12. 404 page hee
  13. {{ .Content }}
  14. >>>>>>> Stashed changes
  15. {{ end }}