{% extends "layout.html" %} {% block body %}
{{entry.title|shortentitle}}
{% for author in entry.authors %} {{author.name.replace('|',',')|shortentitle(30)}} {% if not loop.last %} & {% endif %} {% endfor %}