{% extends "settings_base.html" %} {% set setting_menu = 'docs' %} {% block settings_content %} {% if doc_content %} {{ doc_content }} {% else %}
Welcome to the Documentation portal for DoFler. The pages on the left are a subset of the documentation available on DoFler's code repository. For any innacuracies, corrections, or adjustments, please either contact the author, or update the document yourself throug github.
{% endif %} {% endblock %}