{% extends "base.html" %} {% block title %}Annotate Criteria{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ repo.uid }}

How would you categorize this software? Choose more than one. See examples and visual

Your submission will be posted as a new GitHub issue, with automation to update the database.


{{ colors }}

{% for item in sets %}{% set path = item.path.split('>>') %} {% endfor %}
{{ path[0] }}{{ path[1] }}
database: {{ database }}

{% endblock %} {% block footer %} {{ super() }} {% endblock %}