{% extends "base.html" %} {% load sekizai_tags staticfiles thumbnail %} {% block content %}

Shiny Apps

{% for shiny_app in published_shiny_apps %}
{% include "cms_shiny/_shiny_app_info.html" %} {% include "cms_shiny/_shiny_list_item.html" %}
{% empty %}

Need to add Shiny apps!

{% endfor %}
{% addtoblock "js" strip %} {% endaddtoblock %} {% endblock content %}