quote.html 257 B

12345678910
  1. {{ $.Scratch.Set "bl_author" false }}
  2. {{ if .IsNamedParams }}
  3. {{ $.Scratch.Set "bl_author" (.Get "author") }}
  4. {{ end }}
  5. <blockquote>
  6. {{ .Inner | markdownify }}
  7. <span>̶ &nbsp;{{ with $.Scratch.Get "bl_author" }}{{ . }}{{ end }}.</span>
  8. </blockquote>