{% extends 'base.html' %} {% block content_image %} {% if article.image %} {% endif %} {% endblock %} {% block content %}
{% if article.image %} {% endif %}
Published on: By In {{ article.category.name }} {% if article.modified %} Last modified on: {{ article.modified }} {% endif %} {% if article.tags %}
{% endif %}
{{ article.content }}
{% endblock %}
{% block aside %} {{ super() }} {% if article.related_posts %}

Related Posts

{% endif %} {% endblock %}