{$_modx->resource.longtitle ?: $_modx->resource.pagetitle}
{$_modx->resource.content}
{$_modx->runSnippet("ms2Gallery", [
"resources" => 25,
"tplRow" => "@FILE chunks/tpl_msgallery_row.tpl",
"tplOuter" => "@FILE chunks/tpl_msgallery_outer.tpl",
"tplEmpty" => "@FILE chunks/tpl_msgallery_empty.tpl",
"tplSingle" => "@FILE chunks/tpl_msgallery_single.tpl",
"limit" => $_modx->resource['page.gallery.photo.limit'],
"sortby" => "createdon",
"sortdir" => "DESC",
"toPlaceholder" => "images"
])}
{if $_modx->getPlaceholder("images")}
{25 | resource: "pagetitle"}
{$_modx->getPlaceholder("images")}
{/if}
{if 26 | resource: "page.gallery.video"}
{26 | resource: "pagetitle"}
{/if}