{% extends "base.html" %} {% block pagetitle %}Question{% endblock %} {% block pageheader %}Question{% endblock %} {% block content %} {% include 'main/elements/questions.html' %} {% endblock %}