{% extends "docs_system/docs-layout.html" %} {% block tabs %}
  • About
  • Installation
  • Getting Started
  • {% endblock tabs %} {% block tabs_content %}
    {{ about_html|safe }}
    {{ install_html|safe }}
    {{ getting_started_html|safe }}
    {% endblock tabs_content %}