## -*- 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) %> <%block name="extra_head"> <%block name="content">

${reference} % if extra_links:
${extra_links} % endif

% if abstract:

Abstract

${abstract | h}

% endif ${include_if_exists("publicationlist_{}_after_abstract.html".format(label))} % if pdf:

Full Text

Your browser does not support viewing the PDF file inline. Please click the link below to download the file.

[download]

% endif ${include_if_exists("publicationlist_{}_after_fulltext.html".format(label))}