<html>
<body>
@RenderPage("header.cshtml")
<h1>你好网页</h1>
<p>这是一个段落</p>
@RenderPage("footer.cshtml")
</body>
</html>