{% extends "base.html" %} {% block title %}{{ gallery_title | default('Shape Gallery') }}{% endblock %} {% block content %}

{{ gallery_title | default('Shape Gallery') }}

{% if gallery_description %}
{{ gallery_description | safe }}
{% endif %} {% if show_search | default(true) %}
{% endif %}
{% endblock %}