aboutsummaryrefslogtreecommitdiff
path: root/template/html/snip-basic-layout.html
blob: 0b40938a40656ccaa35beb260e5f2ec3b21bae3c (plain)
1
2
3
4
5
6
7
<div id="header">
	<h1>{{_cursor_}}</h1>
</div>
<div id="content">
</div>
<div id="footer">
</div>