{% extends "base.html" %} {% block title %}Index{% endblock title %} {%- block body %}

{%if graph.meta.config.site_title %}{{ graph.meta.config.site_title }}{% else %}en{%endif%}

{% if graph.meta.config.site_description %} {{graph.meta.config.site_description}} {% else %} A non-linear writing instrument. {% endif %} {% if graph.nodes %} {% if graph.meta.config.navbar_search %}

{% endif %} {% if graph.meta.config.index_node_list or graph.meta.config.index_root_node %}
{% if graph.meta.config.index_node_list %}

Nodes

{% endif %} {% endif %} {% else %}
{% include "empty.html" %} {% endif %} {%- endblock body %}