Adding support for arrays and block notation would be a massive step in making scribble an alternative for liquid. Example concept. ``` {{ items.each do |item| }} {{ item }} {{ end }} ``` Working out how to implement this so if you have any pointers where to begin let me know.