- {% trans "Feedback" %}
- {% trans "Share" %} {% if "feature_vote"|app_is_loaded or "feature-suggestions"|app_is_loaded %}
- {% trans "Suggest a feature" %} {% endif %}
{% load molly_utils %}{% load compressed %}{% load i18n %}{% get_current_language as LANGUAGE_CODE %} {% comment %} Welcome to Molly's base.html. Virtually all pages in Molly inherit from this page. This page is divided into various blocks so that customisations are easy to override. Because of this, it's rare that you will ever need to touch this file, but you may want to refer to it to identify blocks to override. block list - indentation defines hierarchy ========================================== - whole_title (the entire title) - site_title (name of the site) - title (title of a single page which follows site_title) - extrahead - body - header - site_small_logo - breadcrumb_0 - content - bottom_links {% endcomment %}
{% comment %} The 'site_title' is typically over written by local customisations but otherwise defaults to 'molly |' It then is followed by the 'title' which includes the last breadcrumb in a trail. {% endcomment %}