{% extends "base.html" %} {% block title %}Micro Tuts{% endblock %} {% block content %}

Micro Tuts

Here all my Micro Tuts

{% for tut in tuts_list %}

{{tut.title}}

Some short description of the tut

{% endfor %}
{% endblock content%}