{{ define "brief" }} Brief {{ .Number }}

Brief {{ .Number }}

{{ range $i, $p := .Pages }} {{ if gt $i 0 }}
{{ end }} {{ if $p.TopNotes }}
{{ range $p.TopNotes }}
{{ if .Annotation }}

{{ .Annotation }}

{{ end }} {{ range .Lines }} {{ if eq .Type "empty" }}
{{ else }}
{{ .HTML }}
{{ end }} {{ end }}
{{ end }}
{{ if gt $i 0 }}
S. {{ $p.Number }}
{{ end }}
{{ end }}
{{ range $p.Lines }} {{ if eq .Type "empty" }}
{{ else }}
{{ .HTML }}
{{ end }} {{ end }}
{{ if $p.BottomNotes }}
{{ range $p.BottomNotes }}
{{ if .Annotation }}

{{ .Annotation }}

{{ end }} {{ range .Lines }} {{ if eq .Type "empty" }}
{{ else }}
{{ .HTML }}
{{ end }} {{ end }}
{{ end }}
{{ end }} {{ end }}
{{ end }}