{% extends "base.html" %} {% block title %}Terms and conditions{% endblock %} {% block extra_js %}{% endblock %} {% block content %} {# DO NOT UPDATE THIS FILE #} {# instead, place a file called tos.html in the same folder as the .env file, requirements.txt, update.sh, etc. This file will be automatically loaded #} {{ tos_content | safe }} {% endblock %}