{% extends 'team/base.html.twig' %} {% block title %}Documentation - {{ parent() }}{% endblock %} {% block content %}

Documentation

{% for doc in doc_links %} {% if doc.icon is defined %} {% endif %} {{ doc.name }} {% endfor %}
{% endblock %}