ERB as the templating system of choice
Sjabloon uses ERB as the templating engine of choice. It’s the default engine for rendering views in Rails.
Everything in ERB files is HTML, unless you use the special tags <%= user_signed_in? =%>
.
Choosing ERB over any other templating system ensures you don’t have to learn anything new. There are currently no plans to support other templating engines with Sjabloon.