{% extends "base.html" %} {% block outdated %} You're not viewing the latest version. Click here to go to latest. {% endblock %} {% block tabs %}
KPOps background image

KPOps Documentation

{% for nav_item in nav %} {% if not nav_item.active%} {% if nav_item.children %} {% set url = (nav_item.children | first).url | url %} {% else %} {% set url = nav_item.url | url %} {% endif %} {{ nav_item.title }} {% endif %} {% endfor %}
{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %}