@using InnerTube.Models @model LightTube.Contexts.SearchContext @{ ViewBag.Title = Model.Query; Layout = "_Layout"; ViewData["UseFullSizeSearchBar"] = Model.MobileLayout; }
@foreach (DynamicItem preview in Model.Results.Results) { @preview.GetHtml() }
@if (!string.IsNullOrWhiteSpace(Model.ContinuationKey)) { First Page }
@if (!string.IsNullOrWhiteSpace(Model.Results.ContinuationKey)) { Next Page }