{% if variant|default:"compact" == "full" and columns %}
{% for col in columns %}
{% if col.title %}
{{ col.title }}
{% endif %}{% if col.links %}
    {% for l in col.links %}{% if l.label or l.text or l.href or l.url %}
  • {{ l.label|default:l.text|default:l.href|default:l.url|default:"#" }}
  • {% endif %}{% endfor %}
{% endif %}
{% endfor %}
{% endif %}{% if showLegal != false and showLegal != "false" %}
{% if legalLine %}{{ legalLine }}{% else %}All rights reserved.{% endif %}
{% endif %}