{% extends "feature_plugin_base.html" %}
{% load thumbnail cms_tags %}
{% comment %}
ANY styling here should be removed during "real" front-end development.
It only exists to show proof-of-concept.
{% endcomment %}
{% block plugin-block %}
{{ instance.title }}
{% for plugin in instance.child_plugin_instances %}
Plugin is: {{ plugin.get_plugin_name }} = {{ plugin.plugin_type }}
{% empty %}
I do not appear to have any list items... So why am I here?