{% extends base_template %} {% block title %}Welcome{% endblock %} {% block content %}

Welcome

{% if config.SITE_PASSWORD %}

This website requires you to login, which means that we track your browser with cookies. Using this site means that you accept this condition.

{% endif %}
{% endblock content %}