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

About

{% if graph.meta.config.about_text %} {{ graph.meta.config.about_text | safe }} {% else %}

en is a writing instrument to create a connected collection of texts.

You define your graph using plain-text files, en reads these files and generates a website like the one you are browsing right now.

If you'd like to learn more:

{% endif %} {%- endblock body %}