summaryrefslogtreecommitdiff
path: root/templates/ef/ordo.md
blob: 606ea019ae18f71cce7cab8fb350e2339fc568ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!-- colitur ordo booklet -- Markdown. flavour: none -->
<!-- Markdown's own metacharacters (*, _, `, [, ...) are context-dependent,
     so this template's flavour deliberately does NOT escape interpolated
     values. A feast name containing `*` or `_` will render as emphasis.
     That is a documented limitation, not a bug to fix. -->
<!-- Day label falls back to the slug when the day carries no Latin name
     (most temporal days, and most sanctoral entries, which are Latin-less
     in the shipped data) -- see ordo.tex's own comment for why the fallback
     is written as a name-section wrapping a plain var and its inverse,
     rather than a single dotted lookup and its inverse. -->
# Ordo {{year}} · {{rite}}

{{#months}}
## {{name.la}}

{{#days}}
**{{dom}}** {{#name}}{{la}}{{^la}}{{slug}}{{/la}}{{/name}}
`{{rank}}` · {{colour}}{{#first}} · Ep. {{first}}{{/first}}{{#gospel}} · Ev. {{gospel}}{{/gospel}}
{{#comms}}
- Com. {{slug}}
{{/comms}}

{{/days}}{{/months}}