{% extends 'base.html' %} {% from 'bootstrap/form.html' import render_form %} {% block content %}

New game

{{ render_form(form) }} {% endblock %}