{{ definition.data.title}} {{ definition.data.speech}}
- {{ definition.templateContent | safe }} - {#{{ definition.data.alt_words }}
#} - {%- if definition.data.alt_words -%} -Alt words
--
- {% for word in definition.data.alt_words %}
-
- {{ word }} - {% endfor %} -
{{ definition.data.alt_words }}
#} + {%- if definition.data.alt_words -%} +Alt Words
+-
+ {% for word in definition.data.alt_words %}
+
- {{ word | linkIfExistsInCollection(collections.definedWords) | safe }} + {% endfor %} +
Further Reading
+-
+ {% for link in definition.data.reading %}
+
- + {{ link.text }} + + {% endfor %} +
-
+ {% for term in definition.data.sub_terms %}
+
- {{ term | linkSubTermIfDefined(collections.definedWords) | safe }} + {% endfor %} +
Table of Content
--
- {% for definition in collections.definitions %}
- {% set renderedName %}
- {{ definition.data.title}}
- {%- if definition.data.flag and (definition.data.flag.level == 'avoid') -%}
- {{ definition.data.flag.type }}
- {% endif %}
- {% endset %}
-
- - {%- if definition.data.defined -%} - {{ renderedName | safe }} - {%- else -%} - {{ renderedName | safe }} - {% endif %} - - {% endfor %} -