backend/<section/app>/views/<file>.py
backend/tests/test_<section>.py
Page Routes (URLS.py)
backend/urls.py
Context Processors (c_p.py) (variables passed into every page)
backend/context_processors.py
frontend/static/img/
frontend/static/js/
frontend/templates/pages/<section>/<page_name>.html
frontend/templates/pages/<section>/_<page_name>-<partial_topic>.html
e.g. --> frontend/templates/pages/receipts/_dashboard_search_results.html