You are here

bootstrap-12.html.twig in Bootstrap Layouts 8.3

<div {{ attributes.addClass('row') }} >
  {{ title_suffix.contextual_links }}
  {% if content.main %}
  <div class="col-sm-12">
    {{ content.main }}
  </div>
  {% endif %}
</div>

File

templates/one-column/bootstrap-12/bootstrap-12.html.twig
View source
  1. <div {{ attributes.addClass('row') }} >
  2. {{ title_suffix.contextual_links }}
  3. {% if content.main %}
  4. <div class="col-sm-12">
  5. {{ content.main }}
  6. </div>
  7. {% endif %}
  8. </div>