I have translated a hmtl to a racor template, and is now trying to "rebuild" the if-sentences in my template.
But I have this, starting in line 6:
@if (GetValue("ParagraphContainerSort") > "0") { <div class="product__body" style="display:block;"> } else { <div class="product__body"> } }
and I get the error
Line 6: The if block is missing a closing "}" character. Make sure you have a matching "}" character for all the "{" characters within this block,
And I have too little experience to see what's wrong.
If I compare to the examples from "From Dynamicweb HTML to Razor" on Github, I think it looks "the same". Need a sharp eye on it...
Thanks?
Lise