{extends file="layout.tpl"} {block name='init'} {assign var="content_id" value={content attr="id"}} {/block} {* Body Class *} {block name="body-class"}{strip} page-content {/strip}{/block} {* Page Title *} {block name='no-return-functions' append} {if {$content_id}} {loop name="content.seo.title" type="content" id={$content_id} limit="1"} {$page_title = $META_TITLE} {/loop} {/if} {/block} {* Meta *} {block name="meta"} {if $content_id} {loop name="content.seo.meta" type="content" id=$content_id limit="1"} {include file="includes/meta-seo.html"} {/loop} {* Share meta *} {loop name="image.content.meta" type="image" limit="1" source="content" source_id=$content_id width="600" height="600" resize_mode="crop"} {/loop} {/if} {/block} {* Breadcrumb *} {block name='no-return-functions' append} {if $content_id} {$breadcrumbs = []} {loop type="content" name="content-breadcrumb" id=$content_id limit="1"} {loop name="folder_path" type="folder-path" folder={$DEFAULT_FOLDER}} {$breadcrumbs[] = ['title' => {$TITLE}, 'url'=> {$URL nofilter}]} {/loop} {$breadcrumbs[] = ['title' => {$TITLE}, 'url'=> {$URL nofilter}]} {/loop} {/if} {/block} {block name="main-content"} {loop name="blog.content" type="content" id=$content_id limit="1"} {$content_title = $TITLE} {include file="components/smarty/BreadCrumb/BreadCrumb.html"}
{hook name="content.top" content="$content_id"} {hook name="content.main-top" content="$content_id"} {include file="components/smarty/Title/Title.html" type="h1" title=$TITLE class="mb-10 text-center" nofilter=true}
{if $CHAPO|default:null}
{$CHAPO nofilter}
{/if} {loop name="blog.img" type="image" content=$ID width=714 height=407 resize_mode="crop" allow_zoom="true" format="webp" limit=1} {$TITLE|default:{intl l= {/loop} {if $DESCRIPTION|default:null}
{$DESCRIPTION nofilter}
{/if}
{loop type="block_group" name="content.blocks" item_type="content" item_id=$content_id } {$RENDER nofilter} {/loop}
{if $POSTSCRIPTUM|default:null} {$POSTSCRIPTUM nofilter} {/if} {ifloop rel="blog.document"}
{include file="components/smarty/Title/Title.html" type="h2" level="3" title={intl l="Download(s)"} class="mb-8" }
{/ifloop}
{hook name="content.main-bottom" content="$content_id"} {hook name="content.bottom" content="$content_id"}
{/loop} {/block} {block name="css" append} {hook name="content.stylesheet"} {/block} {block name="after-javascript-include"} {hook name="content.after-javascript-include"} {/block} {block name="javascript-initialization"} {hook name="content.javascript-initialization"} {/block}