{% extends "base.html" %} {% block title %}Manage Projects — Ontoref{% endblock title %} {% block content %}

Manage Projects

{% if daemon_admin_enabled %} logout {% endif %}
{% if error %}{{ error }}{% endif %}
{% include "partials/manage_projects_section.html" %}

Add Project

Slug and import paths are read from .ontoref/project.ncl. Change is persisted to ~/.config/ontoref/projects.ncl.

{% endblock content %}