{{ card.specific.get_description|richtext }}
{% 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 %}