{% extends 'basic.html' %} {% load markup %} {% block title %}{{ title }}{% endblock %} {% block body %}

{{ title }}

By: Marcos

{{ article_text|restructuredtext }}

{% if previous_article %}{% endif %} {% if next_article %}{% endif %}

{% endblock %}