aboutsummaryrefslogtreecommitdiff
path: root/templates/ef/ordo.md
blob: 805bf674ea0df62cef66ab7e4e58796e9ef3a812 (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
24
25
26
<!-- 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. -->
<!-- The observed day's own display name is a PLAIN resolved string
     (View.of_days, Task 5), not a lang-keyed object -- there is no
     dotted-la-with-slug-fallback idiom to write here any more; a
     commemoration entry carries its own resolved display name too, so a
     commemoration line no longer prints the bare slug. Every fixed label
     (Ordo, Epistle, Gospel, Commemoration) comes from the view's term
     vocabulary rather than being written into this file, so a translated
     booklet needs no template edit. -->
# {{term.ordo}} {{year}} · {{rite}}

{{#months}}
## {{name}}

{{#days}}
**{{dom}}** {{name}}
`{{rank}}` · {{colour}}{{#first}} · {{term.epistle}} {{first}}{{/first}}{{#gospel}} · {{term.gospel}} {{gospel}}{{/gospel}}
{{#comms}}
- {{term.commemoration}} {{name}}
{{/comms}}

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