{% extends "base.html" %} {% block title %}{{ app.title }} - Catalog - Hop3 Dashboard{% endblock %} {% block content %}
by {{ app.author }}
{{ app.description }}
{# The readme is the long form, sanitized at load time. The public site has always shown it; the dashboard was branching on a field the model does not define. #} {% if app.readme_html %} {{ app.readme_html | safe }} {% endif %}The same application, packaged different ways. Pick one if you have a reason to; otherwise the default is the one that is tested most.