{% extends "okeanos/base.html" %} {% load i18n %} {% block body_class %}style{% endblock %} {% block extra_head %} {% endblock %} {% block main %}
{% include "okeanos/pages/what.html" %}
{% include "okeanos/pages/why.html" %}
{% include "okeanos/pages/who.html" %}
{% endblock %}