Skip to content

Instantly share code, notes, and snippets.

@mandolyte
Created January 30, 2026 14:51
Show Gist options
  • Select an option

  • Save mandolyte/a84f75ac67f5b43a022b9ba3a285bf5b to your computer and use it in GitHub Desktop.

Select an option

Save mandolyte/a84f75ac67f5b43a022b9ba3a285bf5b to your computer and use it in GitHub Desktop.
Mock up of hymn book structure
<section id="book-1" epub:type="part z3998:hymn"></section>
<hgroup>
<h2>
<span epub:type="label">Book</span>
<span epub:type="ordinal z3998:roman">I</span>
</h2>
<p epub:type="title">On Select Texts of Scripture</p>
</hgroup>
<section id="book-1-1" epub:type="chapter">
<header>
<hgroup>
<h3 epub:type="ordinal z3998:roman">I</h3>
<p epub:type="title">Adam</p>
</hgroup>
<p epub:type="bridgehead">Genisis 3.</p>
</header>
<section epub:type="z3998:hymn">
<p>
On man, in his own image made,
How much did God bestow!
The whole creation homage paid,
And own'd him lord below.
</p>
<p>
He dwelt in Eden's garden, stored
With sweets for every sense;
And there, with his descending Lord,
He walk'd in confidence.
</p>
</section>
</section>
<section id="book-1-20" epub:type="chapter">
<header>
<hgroup>
<h3 epub:type="ordinal z3998:roman">XX</h3>
<p epub:type="title">Balaam's Wish</p>
</hgroup>
<p epub:type="bridgehead">Numbers 23:10.</p>
</header>
<section epub:type="z3998:hymn">
<p>
How bless'd the righteous are
When they resign their breath!
No wonder Balaam wish'd to share
In such a happy death.
</p>
<p>
"Oh! let me die," said he,
"The death the righteous do,—
When life is ended, let me be
Found with the faithful few."
</p>
</section>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment