{% extends 'website/templates/base.html' %} {% block content %} {{ category }}, {{ tutorial }}
Number of questions: {{ questions|length }}
{% for question in questions %} {{ question.title }} {% endfor %} {% endblock %}