{{/* See layouts/shortcodes/cite_book.html */}}
{{/* Authors */}} {{ with .author }}{{ . }}{{ end }}{{ with .author2 }}; {{ . }}{{ end }} {{/* Date */}} {{ with .date }}({{ . }}).{{ end }} {{/* Chapter */}} {{ with .chapter }}"{{ . }}"{{ end }} {{/* Title and edition */}} {{ with .title }}in {{ . }}{{ end }} {{ with .edition }}({{ . }} ed.){{ end }}. {{/* Publisher */}} {{ with .publisher }}{{ . }}.{{ end }} {{/* Pages */}} {{ with .page }}p. {{ . }}.{{ end }} {{ with .pages }}pp. {{ . }}.{{ end }} {{/* ISBN */}} {{ with .isbn }}ISBN {{ . }}.{{ end }}