{% extends "radpress/base.html" %} {% block title %}{{ object.title }}{% endblock %} {% block content %}
{% include "radpress/_article.html" %} {% if RADPRESS_DISQUS %}
comments powered by Disqus {% endif %}
{% endblock %}