45 | 69 |
70 | {% if site.version_params.versioning == true %} 71 | {% if site.version_params.latest != currentpageversion %} 72 | {% capture civersion %} 73 | {{- currentpageversion | downcase | strip -}} 74 | {% endcapture %} 75 | {% include versionalert.html %} 76 | {% endif %} 77 | {% endif %} 78 | 79 | {{ content }} 80 | {% if section.links %}
81 |
{% for child in section.links %} 82 |
83 |
84 | {{ child.title }} 85 |
86 |

{{ child.description }}

87 |
{% endfor %} 88 |
{% endif %} 89 | {% include feedback.html %} 90 |
91 |