{% extends 'base.html' %} {% block content %}

Here are the top 10 ideas:

{% for i in ideas %}

{{i[0]}}

{% endfor %}

{{ form.vote.label }} {{ form.vote() }}

{{ form.submit() }}

Press here to solve for the top 4 ideas.

{% endblock %}