{% extends 'website/templates/base.html' %} {% block content %} {% for tut in tutorials %}
{{tut.tutorial_name}}
{% endfor %} {% endblock %}