{{ article.title }}
+{{ page.title }}
- - {% if article.updated %} - · Updated + + {% if page.updated %} + · Updated {% endif %}
- {% if article.tags %} + {% if page.tags %}-
- {% for tag in article.tags | sort %}
-
- {{ tag }} + {% for tag in page.tags | sort %} +
- {{ tag }} {% endfor %}
{{ heading }}
{% endif %} -{% for item in items %} +{% if page.label %}{{ page.label }}
{% endif %} +{% for item in page.items %}{{ item.title }}
+{{ item.title }}
{{ item.summary }}
{% endif %}