{% if modules %}
<div id="bottom" class="bottom bottom-row">
  {% for module in modules %}
  {{ module }}
  {% endfor %}
</div>
{% endif %}
