A general razor question
In my master pagetemplate, I want to declare at variable var totalcount=0:
And in my paragraph templates, I want to add to this variable like this @totalcaount=@totalcount+@addcount;
No problem doing this in the same template, but how can I do this across Masterpage and belonging paragraph templates (all on same page off course)
BR
HAns