{% extends "base.html" %} {% from "macros/title.html" import title_tag with context %} {% block title %}{{ title_tag('Terms of Service') }}{% endblock %} {% block content %}
{# If you host your own instance, rememmber to change Terms to fit your own purposes! #} {% filter to_markdown %} {% include "terms.md" %} {% endfilter %}
{% endblock %}