Web Pages - Page layout
Translation results:
Web Pages
Web Pages - Page layoutsyntax
Creating a consistently laid out website is easy with Web Pages.
Web Pages - Page layoutexample
<html> <body> @RenderPage("header.cshtml") <h1>Hello Web Pages</h1> <p>This is a paragraph</p> @RenderPage("footer.cshtml") </body> </html>