選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

list.html 311B

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 }}