|
@@ -8,6 +8,6 @@ block top-content
|
|
|
|
|
|
|
|
block content
|
|
block content
|
|
|
div(v-if="document" class="max-w-4xl mx-auto")
|
|
div(v-if="document" class="max-w-4xl mx-auto")
|
|
|
- div(class="prose prose-lg mt-6 animate-fade-in-up" v-html="marked.parse(document.translations[_.appState.currentLanguage]?.content || document.translations.en?.content || '')")
|
|
|
|
|
|
|
+ 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")
|
|
div(class="mt-12")
|
|
|
image-gallery(:images="document.translations[_.appState.currentLanguage]?.gallery || document.translations.en?.gallery || []")
|
|
image-gallery(:images="document.translations[_.appState.currentLanguage]?.gallery || document.translations.en?.gallery || []")
|