{% if options.columns is defined %} {% set lg = options.columns %} {% else %} {% set lg = 4 %} {% endif %} {% set md = 4 %} {% set xs = 1 %} {% set class_suffix_lg = (12 / lg)|round %} {% set class_suffix_md = (12 / md)|round %} {% set class_suffix_xs = (12 / xs)|round %} {% set classes = ['views-view-grid', options.alignment,'cols-' ~ options.columns,'clearfix', 'row',]%} {% if options.row_class_default %} {% set row_classes = [ 'views-row', options.alignment == 'horizontal' ? 'clearfix', ] %} {% endif %} {% if options.col_class_default %} {% set col_classes = [ 'views-col', options.alignment == 'vertical' ? 'clearfix',] %} {% endif %} {% if title %}