<!-- Error rendering component -->
<!-- TwigException: Unable to parse '=> "data-#{k}=#{v}")|join(' ') ~ ' ' : ''' at template position71 -->
<!-- Error: TwigException: Unable to parse '=> "data-#{k}=#{v}")|join(' ') ~ ' ' : ''' at template position71
    at /builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:156:24
    at new Promise (<anonymous>)
    at TwigAdapter.render (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/twig/src/adapter.js:134:16)
    at ComponentSource._renderVariant (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/@frctl/fractal/src/api/components/source.js:212:30)
    at _renderVariant.next (<anonymous>)
    at onFulfilled (/builds/michaelhulsman/footballrs.net/htdocs/content/themes/footballrs.net/node_modules/co/index.js:65:19) -->
{# --BLUEPRINT DO NOT REMOVE--
<!-- field .flex / flexible_content -->
{{ .flex }}
<!-- /field .flex / flexible_content -->
{{ flex }}

/--BLUEPRINT DO NOT REMOVE-- #}
{% extends '@atoms/section/section.twig' %}
{% set className = 'flexible-content-grid' %}
{% block content %}
{% for gridRow in flexible_content_grid.grid_rows %}
    {% include '@molecules/flexibleContentRow/flexible_content_row.twig' with gridRow only %}
{% endfor %}
{% endblock %}
/* No context defined. */
  • Handle: @flexible_content_grid
  • Preview:
  • Filesystem Path: resources/Views/Organisms/flexibleContentGrid/flexible_content_grid.twig

No notes defined.