{{- range $key := .EKeys -}}
{{- if not (index $.CrossRefs $key) -}}
{{- with index $.Entries $key }}
-
{{.Fields.title}} {{template "links" .Fields}}
by {{template "authors" .Fields.author}}
{{if eq .Type "phdthesis" -}}
{{template "phdthesis" .Fields}}.
{{- else if eq .Type "mastersthesis" -}}
{{template "mastersthesis" .Fields}}.
{{- else if eq .Type "article" -}}
{{template "article" .Fields}}.
{{- else if eq .Type "incollection" -}}
{{template "incollection" .Fields}}.
{{- else if eq .Type "misc" -}}
{{template "misc" .Fields}}.
{{- else if eq .Type "book" -}}
{{template "book" .Fields}}.
{{- else if eq .Type "inproceedings" -}}
{{template "inproceedings" .Fields}}.
{{- else if eq .Type "techreport" -}}
{{template "techreport" .Fields}}.
{{- end}} ¶
{{ .Marshal}}
{{- end -}}
{{- end -}}
{{- end}}