{{/* Authors */}}
{{ with .author }}{{ . }}{{ end }}{{ with .author2 }}; {{ . }}{{ end }}
{{/* Date */}}
{{ with .date }}({{ . }}).{{ end }}
{{/* Chapter */}}
{{ with .chapter }}"{{ . }}" in{{ end }}
{{/* Title, edition and URL */}}
{{ with .url }}{{ end }}{{ with .title }}{{ . }}{{ end }}{{ with .edition }}({{ . }} ed.){{ end }}{{ if .url }}{{ end }}.
{{/* Publisher */}}
{{ with .publisher }}{{ . }}.{{ end }}
{{/* Pages */}}
{{ with .page }}p. {{ . }}.{{ end }}
{{ with .pages }}pp. {{ . }}.{{ end }}
{{/* ISBN */}}
{{ with .isbn }}ISBN {{ . }}.{{ end }}
{{/* Archive info */}}
{{ with .original_url }}Archived from the original{{ end }}{{ with .archive_date }} on {{ . }}{{ end }}.