{% 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. Handle Password {{ 'Create account' if mode == 'register' else 'Sign in' }} → {% if mode == 'register' %}Already publishing? Sign in{% else %}New to the project? Create an account{% endif %} {% endblock %}
Accounts let you publish and maintain your own engineering notes.
{% if mode == 'register' %}Already publishing? Sign in{% else %}New to the project? Create an account{% endif %}