2013-07-04 11:32:55 -04:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>{{ .Title }}</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
|
|
|
|
{{ template "chrome/includes.html" . }}
|
2014-03-24 14:32:03 -04:00
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
2013-07-04 11:32:55 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2013-10-26 02:18:14 -04:00
|
|
|
|
|
|
|
{{ template "chrome/menu.html" . }}
|
|
|
|
|
2013-12-10 19:38:52 -05:00
|
|
|
<div class="container" id="main">
|
2013-10-24 19:49:01 -04:00
|
|
|
<div class="row">
|
2013-10-26 02:18:14 -04:00
|
|
|
<div class="col-md-12">
|