Skip to content

Commit

Permalink
template?
Browse files Browse the repository at this point in the history
  • Loading branch information
rejuvyesh committed Mar 10, 2014
1 parent 62a85b5 commit 579b610
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions templates/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>$title$</title>
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="/css/style.css" />

<!-- Metadata -->
$if(description)$
<meta name="description" content="$description$"/>
$endif$
</head>
<body>
<div id="outer">
<div id="inner">
$body$
</div>
</div>
</body>
</html>

0 comments on commit 579b610

Please sign in to comment.