{block name=pages_content} {if !isset($disable_content_container)} {if $data.content_image|trim != ''}
{img img=$data.content_image type=m_org class="img-responsive" alt=$data.title|escape:"html"}
{/if}

{$data.title}

{if $file} {$file} {else}
{$data.content_body}
{/if}
{if $data.subcontent}

{txt key=HEADING_SUB_CONTENT}


{/if} {/if} {/block}