{% import 'gallery_macros.jinja' as gallery_macros %} {{ gallery_config['title']}} {# These definitions are pulled out of the .css file here, so that the background image can be templated. #}

{{ gallery_config['title'] }}

{{ gallery_config['description'] }}
{{ gallery_macros.section(0, images|length, gallery_config['title'], '', images)}}