adaptivetheme-8.x-3.x-dev/at_core/layout_plugin/templates/grid/at-layout--grid-4x4.html.twig

at_core/layout_plugin/templates/grid/at-layout--grid-4x4.html.twig
{#
/**
 * @file
 * Adaptivetheme implementation to display 4x4 grid Layout Plugin layout.
 *
 * Available variables:
 * - content: holds layout regions.
 * - attributes: layout attributes.
#}
{%- set element = html_element|default('div') -%}
<{{- element }}{{ attributes -}}>
  <div class="atl__lr atl__cw">
    {# Row 1 #}
    {% if content.r1c1|render|trim is not empty %}
      <div class="atl__lc lc-r1c1 lc-1">
        {{ content.r1c1 }}
      </div>
    {% endif %}

    {% if content.r1c2|render|trim is not empty %}
      <div class="atl__lc lc-r1c2 lc-2">
        {{ content.r1c2 }}
      </div>
    {% endif %}

    {% if content.r1c3|render|trim is not empty %}
      <div class="atl__lc lc-r1c3 lc-3">
        {{ content.r1c3 }}
      </div>
    {% endif %}

    {% if content.r1c4|render|trim is not empty %}
      <div class="atl__lc lc-r1c4 lc-4">
        {{ content.r1c4 }}
      </div>
    {% endif %}

    {# Row 2 #}
    {% if content.r2c1|render|trim is not empty %}
      <div class="atl__lc lc-r2c1 lc-5">
        {{ content.r2c1 }}
      </div>
    {% endif %}

    {% if content.r2c2|render|trim is not empty %}
      <div class="atl__lc lc-r2c2 lc-6">
        {{ content.r2c2 }}
      </div>
    {% endif %}

    {% if content.r2c3|render|trim is not empty %}
      <div class="atl__lc lc-r2c3 lc-7">
        {{ content.r2c3 }}
      </div>
    {% endif %}

    {% if content.r2c4|render|trim is not empty %}
      <div class="atl__lc lc-r2c4 lc-8">
        {{ content.r2c4 }}
      </div>
    {% endif %}

    {# Row 3 #}
    {% if content.r3c1|render|trim is not empty %}
      <div class="atl__lc lc-r3c1 lc-9">
        {{ content.r3c1 }}
      </div>
    {% endif %}

    {% if content.r3c2|render|trim is not empty %}
      <div class="atl__lc lc-r3c2 lc-10">
        {{ content.r3c2 }}
      </div>
    {% endif %}

    {% if content.r3c3|render|trim is not empty %}
      <div class="atl__lc lc-r3c3 lc-11">
        {{ content.r3c3 }}
      </div>
    {% endif %}

    {% if content.r3c4|render|trim is not empty %}
      <div class="atl__lc lc-r3c4 lc-12">
        {{ content.r3c4 }}
      </div>
    {% endif %}

    {# Row 4 #}
    {% if content.r4c1|render|trim is not empty %}
      <div class="atl__lc lc-r4c1 lc-13">
        {{ content.r4c1 }}
      </div>
    {% endif %}

    {% if content.r4c2|render|trim is not empty %}
      <div class="atl__lc lc-r4c2 lc-14">
        {{ content.r4c2 }}
      </div>
    {% endif %}

    {% if content.r4c3|render|trim is not empty %}
      <div class="atl__lc lc-r4c3 lc-15">
        {{ content.r4c3 }}
      </div>
    {% endif %}

    {% if content.r4c4|render|trim is not empty %}
      <div class="atl__lc lc-r4c4 lc-16">
        {{ content.r4c4 }}
      </div>
    {% endif %}
  </div>
</{{ element }}>

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

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