{% extends "base.html" %} {% from "_hub.html" import hub %} {% block title %}CV — karyab{% endblock %} {% block content %} {% call hub(hub_sections) %}

CV

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

Render and download your master CV.

Active template

{{ default_template_name }}change or preview

Render

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

Preview

{% endif %} {% endcall %} {% endblock %}