I don't believe this should be valid syntax: ```liquid {% if foo %} foo {% else foo = 'blah' %} {% endif %} ``` If there is stuff after the `{% else ... %}` I believe there should be a parse error?