{% load static %}
{% for tut in tutorials %}
{{tut.tutorial_title}}
{{tut.tutorial_published}}
{{tut.tutorial_content|safe}}
{% endfor %}