{% load static %} Django Showroom
{{ active_component.label }} {% if active_story %} / {{ active_story.name }} {% endif %}
{% if active_template %} {% else %}
Story preview coming soon for {{ active_component.label }}.
{% endif %}
{% if show_controls %} {% for control in story_controls %} {% endfor %}
Name Control
{{ control.label }} {% if control.type == "boolean" %} {% elif control.type == "textarea" %} {% elif control.type == "text" %} {% elif control.type == "number" %} {% elif control.type == "select" %} {% endif %}
{% else %}
This page has no controls yet.
{% endif %}
{{ story_defaults|json_script:"showroom-story-defaults" }} {% include "includes/scripts.html" %}