{% if foo %}
<sw-button/>
{% else %}
<mt-button/>
{% endif %}
-----
{% if foo %}
    <sw-button/>
{% else %}
    <mt-button/>
{% endif %}