{% extends "../public/defaultTemp.html" %} {% block content %}
{% if (documentInfo.categories[0]).enable %}
fsdfsdf

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

{{documentInfo.comments | safe}}
{% if documentInfo.tags.length>0%}
    {% for tag in documentInfo.tags %}
  • {{tag.name}}
  • {% endfor %}
{% include "../public/randomList.html" %} {% include "../public/msgBoard.html" %} {% endif %}
{% include "../public/cateList.html" %} {% include "../public/newItemList.html" %}
{% else %}

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

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