{% extends "base.html" %} {% block page-title %}API - {{ block.super }}{% endblock %} {% block body-class %}{{ block.super }} api static{% endblock %} {% block sub-header %}{% endblock %} {% block content %}
This is where the API documentation will eventually live.
{% endblock %}