Files
Orchard/src/Orchard.Web/Views/Home/About.ascx

5 lines
190 B
Plaintext
Raw Normal View History

<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
<%@ Import Namespace="Orchard.Mvc.Html"%>
<% Html.Title("About Us"); %>
<h2> About</h2>
<p>Put content here.</p>