{% extends 'base.html' %} {% block title %}{{ 'Create account' if mode == 'register' else 'Sign in' }} | Eternity Project{% endblock %} {% block content %}
MEMBER ACCESS

{{ 'Join the circuit.' if mode == 'register' else 'Resume the signal.' }}

Accounts let you publish and maintain your own engineering notes.

{% if mode == 'register' %}{% endif %}

{% if mode == 'register' %}Already publishing? Sign in{% else %}New to the project? Create an account
Forgot your password?{% endif %}

{% endblock %}