{% if options.use_cover %}
{% if author %}

{{ author }}

{% endif %}

{{ title }}

 
{% endif %} {% if options.use_toc %} {% endif %} {% for item in items %}

{{ item.title }}

{% if item.byline %} {% endif %}

Source: {{item.url}}

{{ item.content }}
{% endfor %}