GoBlog/templates/summary.gohtml

8 lines
180 B
Plaintext

{{ define "summary" }}
<article>
{{ with p . "title" }}<h2>{{ . }}</h2>{{ end }}
<p>{{ summary . }}</p>
<a href="{{ .Path }}">View</a>
</article>
<hr>
{{ end }}