{% extends "base.html" %} {% block title %}Resend Verification – Resume Ranker API{% endblock %} {% block extra_head %} {# No extra head elements are needed here if base.html is correctly linking to Google Fonts and your main CSS file (login.css/styles.css). #} {% endblock %} {% block content %}
{# Reusing .login-container for consistent layout #}
{# Reusing .login-card for consistent card styling #} {% if error %}
{{ error }}
{% endif %} {% if success %}
{{ success }}
{% endif %}
{# Reusing .form-group and .form-input #}
{# Reusing .login-btn #}
{% endblock %} {% block extra_scripts %} {# The JavaScript for theme toggle and hamburger menu from login.html #} {% endblock %}