{% comment %}
Template for api doc pages. The yuidoc theme has been overridden so that it just
puts out markdown formatted fragments, with some front matter. This template wraps
the yuidoc with the page layout and tracking tags.
{% endcomment %}
{{ page.title }}
{% include css.html %}
{% include header.html %}
{{ content }}
{% include track-apidocs.html %}