:orphan: .. title:: Quart WTForms Documentation .. image:: _static/logo.png :width: 300px :alt: Quart WTForms logo :align: right Quart WTF ---------- Quart-WTF is a simple integration of Quart and WTForms including CSRF and file uploading. By using Quart-WTF you get the following features: * Integration with WTForms. * Secure Forms with CSRF token. * Global CSRF protection. * File uploading that works with `Quart-Uploads `_ Quart-WTF is developed on github, `here `_ . For more information on Quart, `visit here `_ . Information on WTForms can be found `here `_ . Quart-WTF is based on: `Flask-WTF `_. `Starlette-WTF `_. Tutorials --------- .. toctree:: :maxdepth: 2 tutorials/index.rst How to guides ------------- .. toctree:: :maxdepth: 2 how_to_guides/index.rst Reference --------- .. toctree:: :maxdepth: 2 references/index.rst