{% extends "okeanos/base.html" %} {% load i18n %} {% block body_class %}style{% endblock %} {% block extra_head %} {% endblock %} {% block main %}
{% include "okeanos/video_partial.html" %}
{% include "okeanos/pages/what.html" %}
{% include "okeanos/pages/why.html" %}
{% include "okeanos/pages/who.html" %}
{% if news_content %}
{{ news_content|safe }}
{% else %} {% include "okeanos/news_list.html" %} {% endif %}
{% endblock %}