diff --git a/templates/macros/lists.html b/templates/macros/lists.html
index a4a3315..fd53403 100644
--- a/templates/macros/lists.html
+++ b/templates/macros/lists.html
@@ -19,9 +19,11 @@
{% if page.description -%}
{{ page.description }}
{#- end if-check for description -#}
+ {% elif page.summary -%}
+ {{ page.summary | safe }}
{% endif -%}
- {% if page.description -%}
+ {% if page.description or page.summary -%}