{% extends "base.html" %} {% block title %}License{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
    {%- include "docs/license.txt" -%}
  
{% endblock %}