Open ax1 opened 7 years ago
this works <p>{{message}}</p>
<p>{{message}}</p>
this does not work <p>{{ message }}</p>
<p>{{ message }}</p>
extra whitespaces should be allowed
this works
<p>{{message}}</p>
this does not work
<p>{{ message }}</p>
extra whitespaces should be allowed