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

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