fishbowl/fishbowl/templates/index.html

9 lines
165 B
HTML
Raw Normal View History

2020-04-05 17:48:11 +00:00
{% extends 'base.html' %}
{% from 'bootstrap/form.html' import render_form %}
{% block content %}
<h1>New game</h1>
{{ render_form(form) }}
{% endblock %}