snipt/templates/api.html

15 lines
402 B
HTML

{% extends "base.html" %}
{% block page-title %}API - {{ block.super }}{% endblock %}
{% block body-class %}{{ block.super }} api static{% endblock %}
{% block sub-header %}{% endblock %}
{% block content %}
<div class="static-box">
<div class="alert alert-info alert-alone">
This is where the API documentation will eventually live.
</div>
</div>
{% endblock %}