
name: notes

name: titleandyear
<h1 class="editor" data-year="{{ obj.attributes.year }}">{{ obj }}<h1>

name: sectionb
<h2 class="author">{% if obj.attributes.no %}{{ obj.attributes.no }} {% endif %}{{ obj }}</h2>

name: sectionbpag
<new-p>{{ obj.attributes.pag}}</new-p>
<h2 class="author">{% if obj.attributes.no %}{{ obj.attributes.no }} {% endif %}{{ obj }}</h2>

name: subsectionb
<h3 class="author">{% if obj.attributes.no %}{{ obj.attributes.no }} {% endif %}{{ obj }}</h3>

name: subsectionbpag
<new-p>{{ obj.attributes.pag}}</new-p>
<h3 class="author">{% if obj.attributes.no %}{{ obj.attributes.no }} {% endif %}{{ obj }}</h3>

name: poi
{{ obj }}

name: paragraphb
<h5 class="author">{% if obj.attributes.no %}{{ obj.attributes.no }} {% endif %}{{ obj }}</h3>

name: paragraphbpag
<new-p>{{ obj.attributes.pag}}</new-p>
<h5 class="author">{% if obj.attributes.no %}{{ obj.attributes.no }} {% endif %}{{ obj }}</h3>

name: smallpar
<p style="font-size:80%;margin-top:0.3em;margin-bottom:0.3em;">{{ obj }}<p>


name: typonote
{{ obj.attributes.right }}<note-a>Typo: <ins class="author">{{ obj.attributes.wrong }}</ins></note-a>

name: gemph
<i>{{ obj }}</i>

name: zB
z.&ThinSpace;B.

name: po
<new-p>{{ obj }}</new-p>

name: @@@@