<div class="m-footer-controls">

</div>
<div class="m-footer-controls">
    {% if left %}
        <div class="m-footer-controls__child">
            {% for item in left %}
                {% render '@' + item.atom, item %}
            {% endfor %}
        </div>
    {% endif %}
    {% if right %}
        <div class="m-footer-controls__child">
            {% for item in right %}
                {% render '@' + item.atom, item %}
            {% endfor %}
        </div>
    {% endif %}
</div>
/* No context defined for this component. */

There are no notes for this item.