summary refs log tree commit diff
path: root/views/layouts/main.tt
blob: aca1dd07ce6684424d3254f21e6f74270a7059c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>mywebapp</title>
<link rel="stylesheet" href="/css/style.css" />
<meta charset=UTF-8" />
</head>
<body>
<h1>mywebapp</h1>
<div id="content">
<% content %>
</div>
<footer>
Powered by <a href="http://perldancer.org/">Dancer</a> 1.1808
</footer>
</body>
</html>