mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
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>
|