{% load static %} {% block title %}{{ site_settings.site_name|default:"GreenThumb Gardening" }}{% endblock %} {% if site_settings.favicon %} {% endif %} {% block extra_head %}{% endblock %} {% include 'website/includes/header.html' %}
{% block content %}{% endblock %}
{% include 'website/includes/footer.html' %} {% block extra_js %}{% endblock %} {% include 'website/includes/cookie_consent.html' %}