{% extends "layout.html" %} {% block page_title %} Buttons {% endblock %} {% block content %}

Buttons

Button text

{% include './includes/buttons/text.html' %}
{% include './includes/buttons/text.html' %}

Styles

{% include './includes/buttons/styles.html' %}
{% include './includes/buttons/styles.html' %}

Sizes

{% include './includes/buttons/sizes.html' %}
{% include './includes/buttons/sizes.html' %}

Disabled

{% include './includes/buttons/disabled.html' %}
{% include './includes/buttons/disabled.html' %}
{% endblock %}