40 lines
632 B
Markdown
40 lines
632 B
Markdown
---
|
|
---
|
|
|
|
<style>
|
|
.epigraph {
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 1px;
|
|
}
|
|
.dark-mode .epigraph {
|
|
filter: invert(1) brightness(0.9);
|
|
}
|
|
.source {
|
|
width: 100%;
|
|
font-size: 10pt;
|
|
text-align: right;
|
|
}
|
|
main .verse {
|
|
text-align: center;
|
|
margin-left: 0rem;
|
|
}
|
|
</style>
|
|
|
|
{{% verse %}}
|
|
And am I born to die?
|
|
To lay this body down!
|
|
And must my trembling spirit fly
|
|
into a world unknown?
|
|
A land of deepest shade;
|
|
Unpierced by human thought.
|
|
The dreary regions of the dead,
|
|
Where all things are forgot.
|
|
|
|
Soon as from earth I go,
|
|
What will become of me?
|
|
|
|
— Charles Wesley, 1753
|
|
{{% /verse %}}
|