@@include('./sidenav.html') @@if (context.title !== undefined) { @@include('./topbar.html', {"topbarTitle":"@@title"}) } @@if (context.title === undefined) { @@include('./topbar.html') }