Wow, sintags allow me to format my views almost exactly like Ruby on Rails. I just want to make sure I'm using it properly.
How do I know when to use the {...} brackets, and when to use the Ruby style <%=...%> tags?
So far what I've been doing is using the brackets {} for operations such as looping, and using the ruby syntax for outputting and modifying via helper methods.