{% extends "base.html" %} {% block meta-title %}Authors{% endblock %} {% block nav-menu-items %} {% with True as books_authors_is_active %} {% include "snippets/menu_items.html" %} {% endwith %} {% endblock nav-menu-items %} {% block main-content %}
Salutation | Name | |
---|---|---|
{{ author.salutation }} | {{ author.name }} | {{ author.email }} |