mh_parser/template.html
2023-12-19 06:02:07 -05:00

37 lines
1.2 KiB
HTML

<!-- There are also the volume prefaces here. Will get those on a second passthrough -->
<div1 title="Book Name">
<!-- There are also book Introductions title="Introduction" -->
<div2 title="Book Chapter">
<!-- This is the intro to the chapter -->
<p class="intro"></p>
<p class="intro"></p>
<!-- Chapter passage -->
<!-- Should Skip -->
<scripCom type="Commentary" osisRef="Bible:Gen.1"/>
<!-- Section passage -->
<scripCom type="Commentary" osisRef="Bible:Gen.1.1-Gen.1.2"/>
<div class="Commentary">
<h4>Verse Section Heading</h4>
<p class="passage">Scripture</p>
<p class="indent">Commentary</p>
<p class="indent">Commentary</p>
</div>
<!-- Section passage -->
<scripCom type="Commentary" passage="Ge 1:1-2" id="Gen.ii-p2.12" parsed="|Gen|1|1|1|2" osisRef="Bible:Gen.1.1-Gen.1.2"/>
<div class="Commentary">
<h4>Verse Section Heading</h4>
<p class="passage">Scripture</p>
<p class="indent">Commentary</p>
<p class="indent">Commentary</p>
</div>
</div2>
</div1>