threadHeadContent.tmpl.html 287 B

12345678
  1. {{ define "threadHeadContent" }} {{ if .Image }}
  2. <img src="data:image/png;base64,{{ .Image }}" alt="anon-image" width="180" />
  3. {{ end }}
  4. <h2>{{ .AuthorId }} - {{ .AuthorName }} - {{ dateTimeToString .CreatedAt }}</h2>
  5. <h3>{{ .Title }}</h3>
  6. <blockquote>{{ .Body }}</blockquote>
  7. {{ end }}