Fixed
- #382:
{% elif %}inside HTML attribute values propagatesin_tag_context— When{% if a %}...{% elif b %}...{% endif %}appears inside an attribute value and all conditions are false, the elif node previously emitted<!--dj-if-->(malformed HTML). Fixed by threadingin_tag_contextas a parameter intoparse_if_block()so elif nodes inherit the outer if's attribute context. (#382)