{% load static %} {% block title %}Django Resume{% endblock title %} {% block meta %} {% if is_editable %} {% endif %} {% if show_edit_button %} {% endif %} {% endblock meta %} {% if show_edit_button %} {% include "django_resume/pages/plain/icons.svg" %} {% endif %} {% block content %}

This is the default content.

{% endblock content %} {% if show_edit_button %}
Saving...
{% endif %}