{% extends "layouts/main.html" %} {% block title %}{{ page_title }} — pyvelm{% endblock %} {% block page_title %}{{ page_title }}{% endblock %} {% block content %}

No modules match the current filters.

{% if catalog %}
{% for app in catalog %} {% endfor %}
{% else %}

No modules discovered. Configure module_roots on create_app() to point at a directory of modules.

{% endif %}
{% include "apps/_scripts.html" %} {% endblock %}