{% extends "../default.html" %} {% block content %}
{% if (post.categories[0]).enable %}
fsdfsdf

{{post.title}} {% if post.from == '2' %}   {{__('lc_document_share')}} {% endif %}

{{post.comments | safe}}
{% if post.tags.length>0%}
{% include "../public/randomList.html" %} {% include "../public/msgBoard.html" %} {% endif %}
{% include "../public/cateList.html" %} {% include "../public/newItemList.html" %}
{% else %}

{{post.discription}} {% if post.from == '2' %}   {{__('lc_document_share')}} {% endif %}

{{post.comments | safe}}
{% endif %}
{% endblock %}