{% 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 program to create a connected collection of texts.

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

If you'd like to learn more:

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