{% extends "base.html" %} {% block title %}Login - Counterscarp Engine{% endblock %} {% block content %}

Sign In

Access your Counterscarp Engine account

{% if error %}
{{ error }}
{% endif %}
or
Continue with Google
{% endblock %}