<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %> <asp:Content runat="server" ID="Title" ContentPlaceHolderID="TitleContent">No Quotes</asp:Content> <asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent"> <p> It appears you’re trying to look at some video game quotes. Unfortunately, we don’t have any. You can fix that by <%= Html.ActionLink("adding some", "Submit", "Quote") %>. </p> </asp:Content>