MB Views seems to be broken, on a client's site whenever I add template code like
{% if total > 3 %}{# do something #}{% endif %}
it gets rewritten to
{% if total & gt; 3 %}{# do something #}{% endif %}
which obviously breaks the entire template and blanks out. Client does not know how long this has been going on.
Edit: had to edit this post because & gt; (but without the space) is shown as > here. In MB Views it is changed to the htmlentity.