{% comment %} Base template for the footer inclusion template. Usage: {% extends "maykin_common/api/includes/footer.html" %} {# In src//templates/includes/footer.html #} {% block footer %} {% with website_link="https://maykinmedia.nl" issues_link=... %} {{ block.super }} {% endwith %} {% endblock %} {% block links %}
  • {% trans "Documentation" %}
  • {% endblock %} Use the ``{% with ... %}`` tag to override defaults. {% endcomment %} {% load i18n static %} {% block footer %} {% endblock footer %}