{% extends "base.html" %} {% from "includes/common_macros.html" import for_contributors_sidebar %} {% from "dashboards/includes/macros.html" import product_selector %} {% from "dashboards/includes/macros.html" import category_filter with context %} {% set title = _('Knowledge Base Overview') %} {% set scripts = ('wiki', 'wiki.dashboard') %} {% set crumbs = [(url(main_dash_view), main_dash_title), (None, title)] %} {# TODO: Move required dashboard scripts out of wiki.js into their own #} {% block content %}

{{ title }}

{% endblock %} {% block below_main %}
{{ product_selector(products, product) }} {{ category_filter() }}
{% if overview_modes %} {% endif %} {% include 'dashboards/includes/kb_overview.html' %}
{% endblock %}