{% load django_fundamentals %}{% comment %} BUTTON ATOM. USAGE: {% include "django_fundamentals/atoms/button.html" with label="Save" %} {% include "django_fundamentals/atoms/button.html" with label="Cancel" variant="secondary" href=cancel_url %} {% include "django_fundamentals/atoms/button.html" with label="Delete" variant="danger" %} PARAMETERS: label -- button text (required) variant -- primary (default) | secondary | ghost | danger type -- submit (default) | button | reset [ignored when href given] href -- render an styled as a button instead of a {% endif %} {% endspaceless %}