{PageContext::$response->category[0]->title}

{if PageContext::$response->category[0]->child|@count >0} {foreach from=PageContext::$response->category[0]->child key=id item=content}

{$content->title}

{$content->description}

{/foreach} {/if}