{% extends 'base.html' %} {% block title %} {{ article.title|striptags }}{% endblock title %} {% block container %}

{{ article.title }}

{{ article.content }}
{% if DUOSHUONAME and article.comment %}
{% else %}



{% endif %} {% if JIATHIS and article.jiathis %}
分享到: 更多
{% endif %} {% endblock container %} {% block footer %} {% include '_includes/footer.html' %} {% endblock %}