{% extends "wagtailcrx/pages/base.html" %}
{% load static %}
{% block custom_assets %}
{# Add your custom CSS here #}
{% endblock %}
{% block custom_scripts %}
{# Add your custom JavaScript here, or delete the line below if you don't need any #}
{% endblock %}