feat(lib): Print relevant education modules

This commit is contained in:
Marty Oehme 2025-08-25 11:33:22 +02:00
parent 5f18397212
commit 641cf03bbc
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -83,6 +83,12 @@
[- #bullet.at(lang)]
}
}
if "modules" in item {
subdued[Relevante Module:]
for bullet in item.modules {
subdued[ - #bullet.at(lang)]
}
}
if "publication" in item {
subdued[#item.publication.at(lang) \ ]
}