{% extends "base.html" %}
{% block title %}Register – Resume Ranker API{% endblock %}
{% block extra_head %}
{#
The Google Fonts link and the main CSS link are now in base.html.
You only need to include additional head elements here if they are
*specific* to the register page and not already in base.html.
For this example, we don't need anything extra here if base.html
is correctly set up.
#}
{% endblock %}
{% block content %}
ResumeRanker.API
{# Reusing .login-container and .login-card for consistent styling #}
{% endblock %}
{% block extra_scripts %}
{#
The scripts for theme toggle and hamburger menu are generic UI elements
and can remain here, as they apply to the header on both login and register pages.
Social login functions are also relevant.
#}
{% endblock %}