{% load i18n %}{% load staticfiles %}{% load base_extras %} {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %}{{ resumator_basicinformation.name }}{% endblock %} {% block extrafonts %}{% endblock %} {% block extrastyles %}{% endblock %} {% block blockbots %} {% endblock %} {% block extrahead %}{% endblock %}
{% block extracontent %}
Main content

This is where the main content of the website goes. If you need some help, please go to resumator github page.

{% endblock %}
{% block extrabody %}{% endblock %}