{% extends "!layout.html" %} {%- block extrahead %} {# No super() because we want to avoid loading an empty custom.css file #} {# #} {% if pagename == 'index' %} {% elif pagename == '404' %} {# No canonical on our 404 template. #} {% else %} {% endif %} {%- if metatags is defined %} {# FIXME: For some reason the `meta` dict is always empty. Extract the desc from the `metatags` text. #} {%- endif %} {% endblock %} {# From: https://github.com/bitprophet/alabaster/blob/5f249677242be96601e034edb3697b7482a6abcf/alabaster/layout.html #} {# Nav should appear before content, not after #} {%- block content %} {%- if theme_fixed_sidebar|lower == 'true' %}