{# Override alabaster/layout.html template to add a header with the Semmle logo. This header (including the SVG logo) is copied from the Semmle documentation home page at help.semmle.com. The source for the default Alabaster stylesheet can be found at: https://github.com/bitprophet/alabaster/blob/master/alabaster/layout.html #} {%- extends "alabaster/layout.html" %} {%- block extrahead %} {{ super() }} {% if theme_touch_icon %} {% endif %} {% if theme_canonical_url %} {% endif %} {% endblock %} {%- block content %}