Hubspot Archive heading loop
{% if blog_author %}
<h1 class="h2 blog-title taxonomy-title">Author Archive: {{ blog_author.display_name }}</h1>
{% elif topic %}
<h1 class="h2 blog-title taxonomy-title">
{% for this_topic in contents_topics %}
{% if this_topic.slug == topic %}
Topic Archive: {{this_topic.name}}
{% endif %}
{% endfor %}
</h1>
{% elif %}
<h1 class="h2 blog-title">{{ group.public_title }}</h1>
{% endif %}