{# Meta tags #} {% macro render_meta(meta) %} {% if meta is iterable and meta is not string and meta is not mapping %} {% for tag in meta %} {% endfor %} {% endif %} {% endmacro %}