{% comment %} Cotton Button Component - Django Template Version of shadcn/ui Button Converts existing button component to use Django Cotton's component system {% endcomment %} {% load static %} {% if icon_left %} {% endif %} {% if text %} {{ text }} {% endif %} {% if icon_right %} {% endif %}