{% extends "base.html" %} {% block container %} {% include "pages/root/hero-image.html" %}
{% include "pages/root/whoami.html" %}
{% include "pages/root/www.html" %} {% include "pages/root/jobs.html" %} {% include "pages/root/projects.html" %} {% include "pages/root/talks.html" %} {% include "pages/root/friends.html" %}
{% endblock %}