bootstrap_barrio-5.1.3/components/container/container.twig

components/container/container.twig
{% set classes = full_width ? 'full-width' : container ? 'container' : '' %}

{% set style = background_image ? 'background-image:url("' ~ background_image ~ '");background-size: cover;' : '' %}
{% set style = background_color ? style ~ 'background-color:' ~ background_color ~ ';' : style %}
{% set html_tag = html_tag ?? 'section' %}

<{{html_tag}} {{ attributes.addClass(classes).setAttribute('style', style) }}>
  {% if full_width and container %}
    <div class="container">
  {% endif %}
    {% block content %}{% endblock %}
  {% if full_width and container %}
    </div>
  {% endif %}
</{{html_tag}}>

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

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