summaryrefslogtreecommitdiff
path: root/demos/blog-tutorial/samples/day1/blog/protected/layouts/MainLayout.tpl
blob: 6e2649361c4ad83344632b92f803510c908b6241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<com:THead />
<body>
<com:TForm>
 
<div id="header">
<h1>My PRADO Blog</h1>
</div>
 
<div id="main">
<com:TContentPlaceHolder ID="Main" />
</div>
 
<div id="footer">
<%= PRADO::poweredByPrado() %>
</div>
 
</com:TForm>
</body>
</html>