{% extends "base.html" %} {% block title %}Profile — karyab{% endblock %} {% block content %}

Profile

{% if flash %}
{{ flash }}
{% endif %}

Structured editor for your master CV.

Basics

Experience

{% for row in work_rows %}
{% endfor %}

Skills

{% for row in skill_rows %}
{% endfor %}

Education

{% for row in edu_rows %}
{% endfor %}

Personal Skills

Languages

References

Profile photo

{% if master and master.basics and master.basics.image %}

Current photo: {{ master.basics.image }}

{% endif %}

Accepted: jpg, jpeg, png, webp — max 5 MB. Stored as cv-photo.<ext> in the config dir.

Import CV

Upload a PDF or DOCX to extract and (with an autonomous backend) auto-convert to JSON Resume.

{% if imported %}

Imported text

Manual backend active — copy the text below and paste into the advanced editor.

{% endif %}
Advanced: raw JSON editor

Direct edit of the master cv.json. Use with care — the structured editor above is the preferred path.

{% endblock %}