\n
{day.date.day}
\n {[day.propers.lectionary, day.propers.festivals]\n .filter((p) => p.length > 0 && hasReadings(p))\n .map((propers, i) => (\n
\n
{findProperByType(propers, 0)?.text}
\n
Old Test: {findProperByType(propers, 19)?.text}
\n
Epistle: {findProperByType(propers, 1)?.text}
\n
Gospel: {findProperByType(propers, 2)?.text}
\n
\n
\n ))}\n {findProperByType(day.propers.commemorations, 37) && (\n
{findProperByType(day.propers.commemorations, 37)?.text}
\n )}\n
{findProperByType(day.propers.daily, 38)?.text}
\n
{findProperByType(day.propers.daily, 39)?.text}
\n
\n