{% extends "layouts/base.html" %} {% block title %} Forms {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block content %} Basic Form Email address We'll never share your email with anyone else. Password Call John for Dinner Submit Complex Form Layout Email Password Address Address 2 City State Choose... ... Zip Birthdate Call John for Dinner Sign in Horizontal Form Email Password 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 Checkbox Check me out Sign in Disabled Forms Disabled input Disabled select menu Disabled select Can't check this Submit Validation First name Last name City Please provide a valid city. State Please provide a valid state. Zip Please provide a valid zip. Submit form {% endblock content %} {% block javascripts %}{% endblock javascripts %}