uswds_blb_configuration-1.0.0-beta2/templates/uswds-section.html.twig

templates/uswds-section.html.twig
{#
/**
 * @file
 * Default theme implementation for a bootstrap columns layout.
 *
 * Available variables:
 * - content: The content for this layout.
 * - attributes: HTML attributes for the layout <div>.
 *
 * @ingroup themeable
 */
#}
{% if content %}
  {% set classes = [
    'layout',
    'grid-row',
    content['#settings']['remove_gutters'] is same as('1') ? 'no-gutters' : 'grid-gap',
    'layout-builder__layout'
  ] %}

  <div {{ attributes.addClass(classes) }}>
    {{ title_prefix }}
    {% for i in 1..12 %}
      {% set region = "uswds_region_col_" ~ i %}
      {% if content[region] %}
        <div {{ region_attributes[region] }}>
          {{ content[region] }}
        </div>
      {% endif %}
    {% endfor %}
    {{ title_suffix }}
  </div>

{% endif %}

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

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