ax1 / iridiumjs

🚀 Boost HTML horsepower
MIT License
1 stars 0 forks source link

allow extra whitespaces in templates #7

Open ax1 opened 7 years ago

ax1 commented 7 years ago

this works <p>{{message}}</p>

this does not work <p>{{ message }}</p>

extra whitespaces should be allowed