mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 11:44:58 +08:00

--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044245
5 lines
190 B
Plaintext
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> |