{% 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 %}
ResumeRanker.API
{# Reusing .login-container for consistent layout #}
{# Reusing .login-card for consistent card styling #}
Resend Verification Email
Enter your email to resend the verification link.
{% if error %}
{{ error }}
{% endif %}
{% if success %}
{{ success }}
{% endif %}
{# Reusing .signup-link for the bottom text style #}