{% extends "./base.html" %} {% load static %} {% block title %}Resume of {{ identity.name }}{% endblock title %} {% block meta %} {{ block.super }} {% endblock meta %} {% block content %}

Hire Me!

Link to CV!

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