{% extends "base.html" %} {% load fluent_contents_tags thumbnail %} {% block title %}{{ page.title }}{% endblock %} {% block content %} {% if page.category %}{{ page.category }}{% endif %}

{{ page.title }}

{% if page.portrait.image %}
{{ page.get_full_name }} {% if page.portrait.caption %}
{{ page.portrait.caption|safe }}
{% endif %}
{% endif %}
{{ page.introduction|safe }}
{% if page.url %} {{ page.url_link_text }} {% endif %}
{% render_placeholder page.content %}
{% with contributions=page.contributions %} {% if contributions %}

By {{ page.get_full_name }}

{% endif %} {% endwith %} {% endblock %} {% block body_js %} {{ block.super }} {% render_content_items_media %} {% endblock %}