{% extends "base.html" %} {% set active_page = "tos" %} {% block title %}{% trans "page title" %}Terms of Service{% endtrans %} | Taguette{% endblock %} {% block contents %} {{ tos_text }} {% endblock %}