UNPKG

prettier-plugin-jinja-template

Version:
15 lines (14 loc) 190 B
{% if True %} <div>{{abc}}</div> {% endif %} {% if True %} <div>{{abc}}</div> {% else %} <div> {% if False %} <div>{{bcd}}</div> {% else %} <div>{{cde}}</div> {% endif %} </div> {% endif %}