{% extends 'base.html' %} {% block title %}Site Settings | Admin | {{ settings.site_name }}{% endblock %} {% block content %} Dashboard Settings Site Settings General Settings Site Name Tagline Site Description {{ settings.site_description if settings else '' }} Contact Information Contact Email Contact Phone Address {{ settings.contact_address if settings else '' }} Social Media Twitter/X LinkedIn Facebook YouTube Analytics & Tracking Google Analytics ID Custom Head Code {{ settings.custom_head_code if settings else '' }} Add custom code to the <head> section of all pages Save Settings Branding Site Logo {% if settings and settings.logo %} {% endif %} Recommended: 200x60px, PNG or SVG Favicon {% if settings and settings.favicon %} {% endif %} 32x32px, ICO or PNG Related Manage Content Manage Images {% endblock %}