{% extends "radpress/base.html" %} {% load trans from i18n %} {% load url from future %} {% load radpress_datetime from radpress_tags %} {% block title %}{{ object.title }}{% endblock %} {% block content %} {% include "radpress/partials/entry.html" %} {% if RADPRESS_DISQUS %}
{% include "radpress/partials/disqus.html" %}
{% endif %} {% endblock %}