{# 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 %}