{% extends "app/base.html" %} {% load markup %} {% load baseurl %} {% block content %} {% for article in object_list %}

{{ article.title }}

{{ article.content|markdown|baseurl:article.get_absolute_url }}

Source:

{{ article.content }}
{% endfor %} {% endblock %}