The block param syntax in HTMLBars means that a standard handlebars parser will choke, such as the handlebars plugin for the JetBrains editor. I’m curious about the choice to use vertical bars (what I would call ruby-style) rather than just using the identifier, which would then appear more like handlebars syntax.
Comments?