diff --git a/templates/observe.html b/templates/observe.html new file mode 100644 index 0000000..80444d4 --- /dev/null +++ b/templates/observe.html @@ -0,0 +1,48 @@ +{% extends "layout.html" %} +{% block body %} +

aBot!

+

Current token counts

+ + + + + + + + + + + + + + +
UnusedUsedTotal
{{ tokens.unused }}{{ tokens.used }}{{ tokens.total }}
+ +{% if summary %} +

Current results

+ +
+{% for qa_item in qa %} +
+

{{ qa_item[0]|safe }}

+ +
+ +{% endfor %} +
+ +{% endif %} + +{% endblock %}