{% extends "./base.html" %} {% load static %} {% block title %}Resume of {{ identity.name }}{% endblock title %} {% block meta %} {{ block.super }} {% endblock meta %} {% block body %} {% if show_edit_button %} {% else %} {% endif %}

{% if is_editable %} {% if not show_edit_button %} {% else %} {% endif %} {% endif %} Cover Letter

Link to CV!

{% include cover.templates.main %}
{% if show_edit_button %} {% endif %} {% endblock body %}