@using InnerTube.Models @model LightTube.Contexts.SearchContext @{ ViewBag.Title = Model.Query; Layout = "_Layout"; ViewData["UseFullSizeSearchBar"] = Model.MobileLayout; }