fishbowl/fishbowl/templates/index.html

9 lines
165 B
HTML

{% extends 'base.html' %}
{% from 'bootstrap/form.html' import render_form %}
{% block content %}
<h1>New game</h1>
{{ render_form(form) }}
{% endblock %}