@{
Layout = null;
var title = "ABP Bootstrap Demo";
if (ViewData["Title"] != null)
{
title += " | " + ViewData["Title"];
}
}
@title
@* TODO: Add to the GlobalStyles bundle! *@
@RenderSection("styles", false)
@RenderBody()
@RenderSection("scripts", false)