{{ magazine.title|default(magazine.slug|default(mag)) }}

{% if magazine.summary is defined and magazine.summary %}

{{ magazine.summary }}

{% endif %} {# Use computed property via this.categoryTags #} {% if this.categoryTags is not empty %}
    {% for catTag in this.categoryTags %}
  • {% endfor %}
{% else %}

No categories yet.

{% endif %}