rq/_layouts/default.html

19 lines
681 B
HTML
Raw Normal View History

2011-11-16 15:28:27 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<meta content="width=600" name="viewport">
<meta content="all" name="robots">
<link href="http://fonts.googleapis.com/css?family=Lato:light,regular,regularitalic,lightitalic,bold&amp;v1" media="all" rel="stylesheet" type="text/css">
2011-11-16 21:46:30 +00:00
<link href="./css/screen.css" media="screen" rel="stylesheet" type="text/css">
<link href="./css/syntax.css" media="screen" rel="stylesheet" type="text/css">
<link href="./favicon.png" rel="icon" type="image/png">
2011-11-16 15:28:27 +00:00
</head>
<body>
<section class="card group">
{{ content }}
</section>
</body>
</html>