Closed mitelg closed 9 months ago
Following snippet gives a syntax error
{% block page_content_section_sidebar %} {% set layout = section.sizingMode ? section.sizingMode|replace({_: '-'}) : "container" %} {% endblock %}
I guess the underscore is somehow treated as a special character
Works fine with ludtwig 0.8.1 and should be a duplicate of https://github.com/MalteJanz/ludtwig/issues/82
0.8.1
Following snippet gives a syntax error
I guess the underscore is somehow treated as a special character