{{ title | default('NextStop Report') }}

{% if author %}

Author: {{ author }}

{% endif %} {% if date %}

Date: {{ date }}

{% endif %}
{{ content | safe }}