11 lines
160 B
HTML
11 lines
160 B
HTML
{{ define "main"}}
|
|
<h2 class="text-center">{{.Title}}</h2>
|
|
<hr>
|
|
{{ .Content }}
|
|
|
|
<div class="container">
|
|
{{- partial "webmention.html" . -}}
|
|
</div>
|
|
|
|
{{ end }}
|