Files
Orchard/src/Orchard.Web/Views/Home/About.ascx
skewed f311e687da Some post initial themeing work housekeeping
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044245
2009-12-18 00:49:05 +00:00

5 lines
190 B
Plaintext

<%@ 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>