{% if doc %}
{{ doc }}
{% endif %}{{ app.name }} |
{{ app.doc|safe }} {% if app.source_code %}Source Code here. {% endif %} {% if app.bibliography %} Recommended Literature
{{title}}: {% for name, href in links.items %} {{name}}{% if not forloop.last %},{% endif %} {% endfor %} {% endfor %} {% if app.keywords %}Keywords: {% for kw, link in app.keywords %} {{kw}} {% endfor %} {% endif %} |
---|