{if $showPageTitle}
{/if}
{$Template->getBody()}
{$Site->getAttribute('title')}
{/if} {if $showPageShort}
{$Site->getAttribute('short')|nl2br}
{/if}
{* 1. Set "fullWidth" to true to avoid adding grid-container class in brick tpl file. Otehrwise it will produce a double inline padding (because of double .grid-container class) *} {assign var=prefixContentBricks value=$BricksManager->getBricksByArea('prefixContentBricks', $Site)} {assign var=suffixContentBricks value=$BricksManager->getBricksByArea('suffixContentBricks', $Site)} {assign var=TS value=$Template->getAttribute('TemplateSetting')} {assign var=mainContentSpacingTopCSSVar value=$TS->getAttribute('mainContentSpacingTopCSSVar')} {assign var=mainContentSpacingBottomCSSVar value=$TS->getAttribute('mainContentSpacingBottomCSSVar')} {if !empty($prefixContentBricks)}
{/if} {if !empty($suffixContentBricks)} {/if}