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

123456789101112
  1. {{ define "main" }}
  2. <article class="cf pa3 pa4-m pa4-l nested-copy-line-height center measure-wide-l nested-img">
  3. <h1>
  4. {{ .Title }}
  5. </h1>
  6. <div class="nested-copy-line-height nested-links nested-img mid-gray ">
  7. {{ .Content }}
  8. </div>
  9. </article>
  10. <!-- w-100 w-40-ns -->
  11. {{ end }}