extends ../layout.pug include ../../pug/base.pug include ../../pug/bem.pug block top-content hero-section(:document="document") block content div(v-if="document" class="max-w-4xl mx-auto") div(class="prose prose-lg mt-6 animate-fade-in-up" v-html="_.parse(document.translations[_.appState.currentLanguage]?.content || document.translations.en?.content || '')") div(class="mt-12") image-gallery(:images="document.translations[_.appState.currentLanguage]?.gallery || document.translations.en?.gallery || []")