<%namespace file="functions/partials" name="partials" import="*"/> <%inherit file="site" /> <%def name="main_content()">

${object.val('longtitle') or object.val('title')}

%if object.val('abstract') or object.val('teaser') :
${object.val('abstract') or object.val('teaser')}
%endif %if object.val('body'):
${object.val('body')}
%endif
${ object.layoutSection('layout.top-one') } %if object.hasWidgets('layout.middle-one') or object.hasWidgets('layout.middle-two') or object.hasWidgets('layout.middle-three'):
${ object.layoutSection('layout.middle-one') }
${ object.layoutSection('layout.middle-two') }
${ object.layoutSection('layout.middle-three') }
%endif ${ object.layoutSection('layout.bottom-full') }