{% extends "base.html" %} {% block title %}Help{% endblock %} {% block content %}
Admin tools {% if stale_count or incomplete_count %} {{ stale_count }} stale · {{ incomplete_count }} incomplete {% endif %}

How can attune help?

Browse by what you need

{% for intent in intents %}
{{ intent.icon }}
{{ intent.title }}
{{ intent.kinds | join(' · ') }}
{{ intent.count }} articles
{% endfor %}
{% if featured %}

Featured topics

{% endif %} {% if recent %}

Recently regenerated

{% endif %}
Browse all {{ total_features }} features
{% endblock %}