- -
- {% if site.version_params.versioning == true %} - {% - if - site.version_params.latest != currentpageversion - %} - {% - capture - civersion - %} - {{- currentpageversion | downcase | strip -}} - {% endcapture %} - {% include versionalert.html %} - {% endif %} - {% endif %} - {{ content }} - {% if section.links %} -
-
- {% for child in section.links %} -
-
- {{ child.title }} -
-

{{ child.description }}

-
- {% endfor %} -
- {% endif %} - {% include feedback.html %} -
-