{% extends "app.html" %} {% from "library.j2" import clipboard_button, standard_button, avatar with context %} {% set body_id = "home" %} {% block head_lead %} {{ super() }} {% include "copy-snippet.html" %} {% endblock %} {% block content %} {% if user_info.is_admin and metrics.users and metrics.users.active_1d <= 1 %} {% endif %} {% endblock %}