bootstrap_barrio-5.1.3/layouts/col4-equal.html.twig

layouts/col4-equal.html.twig
{#
/**
 * @file
 * Default theme implementation for a media layout.
 *
 * Available variables:
 * - content: The content for this layout.
 * - attributes: HTML attributes for the layout <div>.
 *
 * @ingroup themeable
 */
#}
{% if content %}
  <div{{ attributes.addClass('row') }}>

    {% if content.top %}
      <div {{ region_attributes.top.addClass('region--top') }}>
        {{ content.top }}
      </div>
    {% endif %}

    <div{{ region_attributes.first.addClass('col-md-3', 'col-sm-6') }}>
      {{ content.first }}
    </div>

    <div{{ region_attributes.second.addClass('col-md-3', 'col-sm-6') }}>
      {{ content.second }}
    </div>

    <div{{ region_attributes.third.addClass('col-md-3', 'col-sm-6') }}>
      {{ content.third }}
    </div>

    <div{{ region_attributes.fourth.addClass('col-md-3', 'col-sm-6') }}>
      {{ content.fourth }}
    </div>

    {% if content.bottom %}
      <div {{ region_attributes.bottom.addClass('region--bottom') }}>
        {{ content.bottom }}
      </div>
    {% endif %}

  </div>
{% endif %}

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc