{# /** * @file * Adaptivetheme implementation to display a two column Layout Plugin layout. * * Available variables: * - content: all output * - attributes: layout attributes #} <{{ html_element }}{{ attributes.addClass('clearfix') }}> {% if content.top %}
{{ content.top }}
{% endif %}
{% if content.col_1 %}
{{ content.col_1 }}
{% endif %} {% if content.col_2 %}
{{ content.col_2 }}
{% endif %} {% if content.col_3 %}
{{ content.col_3 }}
{% endif %} {% if content.col_4 %}
{{ content.col_4 }}
{% endif %}
{% if content.bottom %}
{{ content.bottom }}
{% endif %}