snipt/templates/api.html

15 lines
402 B
HTML
Raw Normal View History

2012-02-12 21:42:25 -08:00
{% 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">
2012-02-20 10:45:04 -08:00
<div class="alert alert-info alert-alone">
This is where the API documentation will eventually live.
</div>
2012-02-12 21:42:25 -08:00
</div>
{% endblock %}