{% load django_power_cms_tags %} {% if title %}{% autoescape off %}{{title}}{% endautoescape %}{% endif %} {% for link in top_left_links %} {% if link.icon %}{% endif %}{% autoescape off %}{{link.title}}{% endautoescape %} {% endfor %} {% for link in top_right_links %} {% if link.icon %}{% endif %}{% autoescape off %}{{link.title}}{% endautoescape %} {% endfor %}