{% assign content_stripped = content | strip %}
{% if content_stripped != "" %}
{{ content }}
{% endif %}
{% for ext in site.data.external[page.external].list %}
{% include external-item.html %}
{% endfor %}