{{ template "post_ajax" . }}
{{ define "post_ajax" }}
<main>
<div>
{{ .data }}
<p>
<code>create time: {{ .modTimestamp }}</code>
</p>
</div>
</main>
{{ end }}