page.html 163 B

1234567
  1. {% extends '../page.html' %}
  2. {% block content_main_after %}
  3. {% if not page.isDeleted() %}
  4. {% include 'widget/comments.html' %}
  5. {% endif %}
  6. {% endblock %}