{% extends "common/form_page.html" %} {% block title %} New Bank Account {% endblock %} {% block content %} {% with submission_url = url_for('banking.add_account') %} {% include 'banking/account_form/account_form.html' %} {% endwith %} {% endblock %} {% block javascript %} {% endblock %}