{% extends "layout.html" %} {% set title = 'Overview' %} {% set page_links = [ (pathto('@rss/recent'), 'application/rss+xml', 'Recent Comments') ] %} {% block body %}

{{ project }} Documentation

Welcome! This is the documentation for {{ project }} {{ release }}{% if last_updated %}, last updated {{ last_updated }}{% endif %}.

{% if indextemplate %} {{ rendertemplate(indextemplate) }} {% else %}

Indices and tables:

{% endif %} {% endblock %}