{% for link in navigations.sub_navigation %} {% if current_person.groups.size > 0 %} {% if link.label == "Home" or link.label == "Dashboard" or link.label == "Learning Paths" %}
{{ link.label }}
{% endif %} {% else %}
{{ link.label }}
{% endif %} {% endfor %} {% if current_person.groups.size < 0 %}
Articles
Certifications
{% endif %}