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

CV

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

Imported text

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

{% endif %}

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.

Master CV

Import

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

Render

{% if pdf_exists %} Download PDF {% endif %} {% if docx_exists %} Download DOCX {% endif %}

Template editor

Edit the Typst (.typ) template used to render PDF.

Upload DOCX template

{% endblock %}