{{ settings.elements_top | safe }}
{{ settings.title }}
{{ settings.title }}
{{ settings.description_html | safe }}
{% for article in articles %}
{{ article.title }}
{% if article.created %}
Published: {{ article.created | date(format="%b %e, %Y") }}
{% endif %} {% if article.modified and article.modified != article.created %}
Modified: {{ article.modified | date(format="%b %e, %Y") }}
{% endif %} {% if article.tags and article.tags | length > 0 %}{% for tag in article.tags %}
#{{ tag }}
{% endfor %}{% endif %}
⧉
{% if article.share_links and article.share_links | length > 0 %}
↪
{% for link in article.share_links %}
{{ link.provider_name }}
{% endfor %} {% endif %}
{{ article.html_content | safe }}
{% endfor %}
{{ settings.elements_bottom | safe }}