{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}

Are Your Dice Fair or Foul?

Find out below with our Mystic Calculator!


{% csrf_token %} {% for field in form %} {{ field.label }}
{{ field }}
{% endfor %}
{% endblock %}