{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

All of {% for author in page.authors %} {{ author }} {% endfor %} Links

{% if BIO_IMAGE_LINKS %} {% endif %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }}
{% endblock content %}