{% extends "default.html" %} {% block pagetitle %}API App Administration{% endblock %} {% block content %}
{% if listing %} {% include "post_listing.html" %} {% elif comments %} {% include "comments.html" %} {% endif %}
Action successful!
Error, please try again later.
{% endblock %}