{% extends "horhor/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 horhor_assets %} {# Leave this section blank since we are pulling in horhor assets through Sass in custom.css #} {% endblock %} {% block custom_assets %} {# Add your custom CSS here #} {% endblock %} {% block frontend_scripts %} {# Load Bootstrap scripts distributed by horhor, 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 %}