<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<VideoGameQuotes.Web.Models.QuoteModel>" MasterPageFile="~/Views/Shared/Site.Master" %> <%@ Import Namespace="VideoGameQuotes.Api" %> <asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent"><%: Model.Quote.GetAbbreviatedText() %></asp:Content> <asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent"> <% Html.RenderPartial("SingleQuote", Model); %> </asp:Content>