{%- macro toc(toc, depth, heading=true) %} {%- if heading %}
{%- if page.summary -%} {{ page.summary | safe }} {% else -%} {{ page.content | striptags | truncate(length=280) | safe }} {%- endif -%}