{% macro get_meta(object) -%} {% if object.tags %} {% set tags=object.tags|join(", ")|e %} {% endif %} {% if object.summary %} {% set summary=object.summary|striptags()|truncate(159)|e %} {% endif %} {% if object.category %} {% set category=object.tags|join(", ")|e %} {% endif %} {% if object.categories %} {% set categories=object.categories|join(", ")|e %} {% endif %} {%- endmacro %}