Create the base template for my RateRight construction marketplace: 1. Create folder: app/templates/ 2. Create: app/templates/base.html Use this code for base.html: {% block title %}RateRight - Australian Construction Marketplace{% endblock %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %} This creates the foundation with Bootstrap 5, construction theme, and navigation.