{% if cfg.footer is not none and cfg.footer.sections is not none %} {% if cfg.css_framework == 'MUNI' %} {% if cfg.footer.sections[lang] is not none %} {% set colSize = 4 / cfg.footer.sections[lang] | length %} {% else %} {% set colSize = 4 / cfg.sections | length %} {% endif %} {% else %} {% if cfg.footer.sections[lang] is not none %} {% set colSize = 12 / cfg.footer.sections[lang] | length %} {% else %} {% set colSize = 12 / cfg.footer.sections | length %} {% endif %} {% endif %} {% endif %}