{% extends 'base.html' %} {% block title %}Site Settings | Admin | {{ settings.site_name }}{% endblock %} {% block content %}

Site Settings

General Settings
Contact Information
Social Media
Analytics & Tracking
Add custom code to the <head> section of all pages
Branding
{% if settings and settings.logo %}
Current logo
{% endif %}
Recommended: 200x60px, PNG or SVG
{% if settings and settings.favicon %}
Current favicon
{% endif %}
32x32px, ICO or PNG
{% endblock %}