Syllabus/themes/piratecare/layouts/_default/single.html

7 lines
182 B
HTML
Raw Normal View History

2020-03-05 04:10:52 +00:00
{{ define "main" }}
<article>
<div class="font-vg5000"><a href="{{ .Permalink }}">{{ .Title }}</a></div>
<div class="font-playfair">{{ .Content }}</div>
</article>
{{ end }}