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

Career

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

Structured editor for your master CV. For raw JSON or photo upload, see 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

{% endblock %}