{% extends "layout.html" %} {% block page_title %} Buttons {% endblock %} {% block content %}
{% include './includes/buttons/text.html' %}
{% include './includes/buttons/styles.html' %}
{% include './includes/buttons/sizes.html' %}
{% include './includes/buttons/disabled.html' %}