{% if chapter.author and chapter.pubdate %}
{% if chapter.publisher %}
{{ chapter.publisher }}
{% endif %} {% if chapter.author %}
{{ chapter.author }}
{% endif %} {% if chapter.pubdate %}
{{ chapter.pubdate|date }}
{% endif %}
{% endif %}
{{ chapter.title }}
{{ chapter.content|safe }}