summaryrefslogtreecommitdiff
path: root/demos/blog-tutorial/samples/day2/blog/protected/layouts/MainLayout.tpl
blob: 97cafb0416c1d430128e2659243d866ad0d0523f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<com:THead />
<body>
<com:TForm>
<div id="page">

<div id="header">
<h1>My PRADO Blog</h1>
</div>

<div id="main">
<com:TContentPlaceHolder ID="Main" />
</div>

<div id="footer">
<%= PRADO::poweredByPrado() %>
</div>

</div>
</com:TForm>
</body>
</html>