{% extends "main/header.html" %} {% block content %}
{% for tut in tutorials %}
{{tut.tutorial_title}}

{{tut.tutorial_published}}

{{tut.tutorial_content|safe}}

{% endfor %}
{% endblock %}