{% 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 %}
{% render_plugin plugin %}
{% endfor %}