{% extends 'base.html' %} {% load help_tags %} {% block content %}
Question 1
Sample Answers:
{% include 'user_score_header.html' %} {% include 'user_scores_footer.html' %}
{% endblock %} {% block js %} {% endblock %} {% block css %} {% endblock css %}