{% extends "base.html" %} {% block title %}{{ gallery_title | default('Shape Gallery') }}{% endblock %} {% block content %}
{{ item.description }}
{{ item.config | tojson(indent=2) }}