Demo Flask app using GOV.UK Frontend Jinja macros.
IMPORTANT: This app is deprecated. It is only meant to demonstate all of the
govuk-frontend-jinja
component macros. It is not meant to be used as the basis for a full Flask app. If you are looking to build a fully featured Flask app that integrates with GOV.UK Frontend Jinja and GOV.UK Frontend WTForms please use the GOV.UK Frontend Flask template to generate your app instead.
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt ; pip3 install -r requirements_dev.txt
./build.sh
flask run