{% extends "base.html" %} {% block title %}Apply for {{ job.role }} - Codingo{% endblock %} {% block hero %}

Apply for {{ job.role }}

{{ job.company }}{% if job.seniority %} • {{ job.seniority }}{% endif %}

{% endblock %} {% block content %}

Submit Your Application

Please upload your resume (PDF, DOCX). Your file will be saved securely for recruiters to review.

Back to Job Details
{# Resume parsing script: attaches click handler to the Parse Resume button. It performs an asynchronous POST to a placeholder endpoint (`/parse_resume`) with the uploaded file and, upon success, populates the corresponding form fields. Users can still edit the populated fields. #} {% endblock %}