{%- block doctype -%} {%- endblock %} {% include "head.html" %} {% if pagename != "newsfeed" %}
{% include "header.html" %}
{% if pagename == "index" %}

{{ theme_project_full }}

{{ theme_project_description }}
{% include "index-tiles.html" %}
{% trans path=pathto('newsfeed') %}{% endtrans %}
{% else %}
  1. Home
  2. {% for doc in parents %}
  3. {{ doc.title }}
  4. {% endfor %}
  5. {{ title }}
{% if "ketcher/demo" not in pagename and pagename != "download/index" and pagename != "contact" and pagename != "imago/imago-report" %} {% block sidenav %} {% endblock %} {% endif %} {% if "ketcher/demo" not in pagename and pagename != "download/index" and pagename != "contact" and pagename != "imago/imago-report" %}
{% else %}
{% endif %} {%- block body -%}{%- endblock %}
{% endif %}
{% include "footer.html" %}
{% include "google-analytics.html" %} {% else %} {% include "newsfeed.html" %} {% endif %}