{# -*- coding: utf-8 -*- #} {% extends 'base.tmpl' %} <%! import os, mako %> {% macro include_if_exists(name) %} <% try: tmpl = self.get_template(name) except mako.exceptions.TemplateLookupException as e: pass else: tmpl.render_context(context) %> {% endmacro %} {% block extra_head %} {% endblock %} {% block content %}
{% if abstract %}

Abstract

{{ abstract | h }}

{% endif %}

{{ reference }} {% if extra_links %}
{{ extra_links }} {% 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))}} {% endblock %}