{% extends "base.html" %} {% import "_macros.html" as macros %} {% block title %}Flasky - Comment Moderation{% endblock %} {% block page_content %} {% set moderate = True %} {% include '_comments.html' %} {% if pagination %} {% endif %} {% endblock %}