I love volt, I seriously do. But I also use a awesome javascript framework called vue.js. But the problem is I can't use vue.js with Phalcon's volt template engine. If I could somehow comment out a line e.g: "@{{ name }}" like in blade then I'd stick with volt. But I've looked up about volt and as far as I have read you can't comment something out like above. So I wish to switch to blade, because of this issue. But how would I do that?