{% macro toc(headings) %}
    {% for heading in headings %}
  1. {{heading.content}} {% if heading.subheadings | length %} {{ toc(heading.subheadings) }} {% endif %}
  2. {% endfor %}
{% endmacro %} {{ title }} {% 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 %}