{# 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. It also adds some JavaScript (in the footer) to allow collapsible sections. 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 %}
{{super()}}
Privacy policy
{% endblock %} {% block footer %} {% endblock %}