fishbowl/fishbowl/templates/index.html
2020-04-05 10:48:11 -07:00

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 %}