{% extends "richie/fullwidth.html" %} {% load cms_tags i18n %} {% block content %}

{% render_model_block current_page.person %} {{ instance.person_title.title }} {{ instance.first_name }} {{ instance.last_name }} {% endrender_model_block %}

{% with header_level=2 %}
{% with width=216 height=120 %} {% placeholder "portrait" or %}
{% trans "Portrait" %}
{% endplaceholder %} {% endwith %}
{% placeholder "resume" or %}

{% trans "Enter your bio here..." %}

{% endplaceholder %} {% placeholder "maincontent" %}
{% endwith %}
{% endblock content %}