how can i set title in @layout.latte

- David Grudl
- Nette Core | 8285
But there is no variable. (To print variable you should write
{$title})
This code
<title>{ifset title}{include title|stripHtml} | {/ifset}Nette Sandbox</title>
means that somewhere is block called
title: {block title}Hello{/block}