{% extends "base.html" %} {% block html_lang %}{{ page.lang }}{% endblock %} {% set url = page.url %} {% block title %}{{ SITENAME }} | {{ page.title }}{%endblock%} {% block content %}
{% set utils = page.utils %} {% include 'partials/basics.html' %} {% include 'partials/skills.html' %} {% include 'partials/work.html' %} {% include 'partials/projects.html' %} {% include 'partials/volunteer.html' %} {% include 'partials/education.html' %} {% include 'partials/awards.html' %} {% include 'partials/publications.html' %} {% include 'partials/languages.html' %} {% include 'partials/interests.html' %} {% include 'partials/references.html' %}
{% include 'disqus_script.html' %}
{% endblock %}