+ {{ additionalDescription().introduction }} +
+-
+ @for (
+ listElement of additionalDescription().toPrepareList;
+ track $index
+ ) {
+
- {{ listElement }} + } +
+ {{ additionalDescription().ending }} +
+-
+ @for (creator of creators(); track creator.name) {
+
- + + {{ creator.name }} + + + } +
{{ description() }}
+{{ title() | titlecase }}
+-
+ @for (resource of resources(); track resource.name) {
+
- + + {{ resource.name }} + + + } +