{% extends "layout.html" %} {% block page_title %}Terms of Use{% endblock %} {% block body_class %}terms-dribdat{% endblock %} {% block content %} {% if current_event and current_event.community_embed %}
{{current_event.community_embed|safe}}
{% endif %}

! terms and conditions

{{ terms|markdown }}

Dribdat is distributed under the MIT license - source code available on GitHub and Codeberg
Visit FOSSA for a list of bundled code works.
{% endblock %}