{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}Profile — karyab{% endblock %} {% block content %} {% call hub(hub_sections) %}
Structured editor for your master CV.
Current photo: {{ master.basics.image }}
Accepted: jpg, jpeg, png, webp — max 5 MB. Stored as cv-photo.<ext> in the config dir.
Upload a PDF or DOCX to extract and (with an autonomous backend) auto-convert to JSON Resume.
{% if review_json %}LLM extracted the JSON below from your upload. Review it, then click Save imported CV to apply it as your master CV.
{% endif %} {% if imported %}Manual backend active — copy the text below and convert it to JSON Resume manually.
{% endif %}Archived versions — restore any to make it the current master CV.
{% for v in cv_versions %}
Direct edit of the master cv.json. Use with care — the structured editor above is the preferred path.