{% load static %} {% load i18n %} {% include "common_libs.html" with jquery=0 v2=1 %} {{ site_name }} - {{ object.title }} {% include "_header.html" %}

{{ object.title }}

{{ object.created_time|date }} {% if request.user.is_superuser %} {% trans '删除' %} {% trans '编辑' %} {% endif %}

{{ object.get_html_content | safe }}

{% include "_footer.html" %}