{% extends 'base.html' %} {% load render_bundle from webpack_loader %} {% load static humanize wagtailcore_tags %} {% block js %} {% render_bundle 'home' 'js' %} {% endblock %} {% block page-context-id %}homepage{% endblock %} {% block metadata %} {# verification code for google search console #} {% endblock %} {% block page_nav %} {% include 'snippets/nav.html' with style="homepage" %} {% endblock %} {% block page_header %} {% endblock %} {% block content %}

Princeton Prosody Archive

{{ page.body|richtext }}
{% include 'snippets/fermata.svg' %} View and search the archive
{% for card in preview_pages %}
{{ card.title }}
{{ card.specific.get_description|richtext }}
{% endfor %}
{% if collection_page %} {# page content pulled in from wagtail #}

{{ collection_page.title }}

{{ collection_page.body|richtext }}

{% include 'snippets/fermata.svg' %} View All Collections

{% endif %}
{% endblock %}