## -*- coding: utf-8 -*-
<%inherit file="base.tmpl"/>
<%!
import os, mako
%>
<%def name="include_if_exists(name)" buffered="True">
<%
try:
tmpl = self.get_template(name)
except mako.exceptions.TemplateLookupException as e:
pass
else:
tmpl.render_context(context)
%>
%def>
<%block name="extra_head">
%block>
<%block name="content">
${title | h}
${reference}
% if extra_links:
${extra_links}
% endif
${abstract | h}
[download]