{% extends "layouts/base.html" %} {% block title %} Forms Basic {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} Basic Inputs Input Textarea Checkboxes Option one is this and that—be sure to include why it's great Option two is disabled 1 2 3 Sizes Radios Option one is this and that—be sure to include why it's great Option two can be something else and selecting it will deselect option one Option three is disabled 1 2 3 Switches Default switch checkbox input Checked switch checkbox input Disabled switch checkbox input Disabled checked switch checkbox input Selects Open this select menu One Two Three Open this select menu One Two Three Disabled Disabled input Disabled select menu Disabled select Can't check this Read only {% endblock content %} {% block javascripts %}{% endblock javascripts %}