You are here

dxpr-gridstack-gridstack-row.html.twig in DXPR GridStack 8

Same filename and directory in other branches
  1. 1.0.x templates/dxpr-gridstack-gridstack-row.html.twig

Default theme implementation for dxpr_gridstack_gridstack_row plugin.

File

templates/dxpr-gridstack-gridstack-row.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation for dxpr_gridstack_gridstack_row plugin.
  5. */
  6. #}
  7. <div class="sooperthemes-gridstack__content">
  8. <div class="sooperthemes-gridstack__image">{{ image }}</div>
  9. <div class="sooperthemes-gridstack__field-wrapper">
  10. {% if category %}
  11. <div class="sooperthemes-gridstack__category">{{ category }}</div>
  12. {% endif %}
  13. {% if title %}
  14. <h3 class="sooperthemes-gridstack__title">{{ title }}</h3>
  15. {% endif %}
  16. </div>
  17. </div>