24 | 31 |
32 | {{ content }} 33 | {% if section.links %}
34 |
{% for child in section.links %} 35 |
36 |
37 | {{ child.title }} 38 |
39 |

{{ child.description }}

40 |
{% endfor %} 41 |
{% endif %} 42 | {% include feedback.html %} 43 |
44 |