{% load staticfiles tethys_gizmos %} {# Allows custom attributes to be added to the html tag #} {% block htmltag %} {% endblock %} {# Allows custom attributes to be added to the head tag #}
{% comment "meta explanation" %} Add custom meta tags to the page. Call block.super to get the default tags such as charset, viewport and generator. Example: {% block meta %} {{ block.super }} {% endblock %} {% endcomment %} {% block meta %} {% endblock %} {% comment "title explanation" %} Add a custom title to the page by extending the title block. Call block.super to get the default page title. Example: {% block title %}My Subtitle - {{ block.super }}{% endblock %} {% endcomment %}