{{ if theme:options:layout == 'full-width' OR ( theme:options:layout == 'full-width-home' AND page:is_home == TRUE ) }}
{{ else }}
{{ endif }} {{ theme:partial name="breadcrumbs" }} {{ session:messages success="success-box" notice="notice-box" error="error-box" }}
{{ template:body }}
{{ if theme:options:layout == 'full-width' OR ( theme:options:layout == 'full-width-home' AND page:is_home == TRUE ) }} {{ else }} {{ theme:partial name="sidebar" }} {{ endif }}