{% extends "coderedcms/pages/base.html" %}
{% load static %}
{% block frontend_assets %}
{# Leave this section blank since we are pulling in Bootstrap/theme assets through Sass in custom.css #}
{% endblock %}
{% block coderedcms_assets %}
{# Leave this section blank since we are pulling in coderedcms assets through Sass in custom.css #}
{% endblock %}
{% block custom_assets %}
{# Add your custom CSS here #}
{% endblock %}
{% block frontend_scripts %}
{# Load Bootstrap scripts distributed by coderedcms, or use your own as needed #}
{% endblock %}
{% block custom_scripts %}
{# Add your custom JavaScript here, or delete the line below if you don't need any #}
{% endblock %}