{% extends "base.html" %} {% block title %}{{ article.title|striptags }} - {{ SITENAME }}{% endblock %} {% block breadcrumbs %} {% if DISPLAY_BREADCRUMBS %} {% if DISPLAY_CATEGORY_IN_BREADCRUMBS %} {% else %} {% endif %} {% endif %} {% endblock %} {% block content %}
{% include "includes/article_info.html" %}
{{ article.content }}
{% include 'includes/related-posts.html' %} {% include 'includes/addthis.html' %} {% include 'includes/comments.html' %}
{% endblock %}