{% extends widget.get_base_template %} {% load thumbnail %} {% block content %} {% if widget.logo %} {% thumbnail widget.logo.file "300x100" format="PNG" as thumb %} logo {% endthumbnail %} {% else %}

{{ widget.site_title }} {% if widget.tagline %} {{ widget.tagline }} {% endif %}

{% endif %} {% endblock %}