{% extends "layout.html" %} {% set description = "dependency-dash is a completely Open Source dashboard for viewing the dependency status of a Python GitHub repository." %} {% macro searchbox(form) %} {% from "_formhelpers.html" import render_field %}
{% endmacro %} {% block content %}
dependency-dash
is a completely Open Source dashboard for viewing
the dependency status of a Python GitHub repository.
To get started, type a repository name below:
{{ searchbox(form) }} {% endblock content %} {% block searchbox %} {% endblock %}