blob: 4eeac80b6583fffe711bee926efaec635ec297f2 (
plain) (
tree)
|
|
<!DOCTYPE html>
<html>
<head>
<title>{{ title }}</title>
<link rel="stylesheet" type="text/css" href="/assets/application.css">
</head>
<body>
<header class="page-header">
<h1>{{ title }}</h1>
</header>
{{#flash}}<div class="flash">{{ . }}</div>{{/flash}}
{{{ content }}}
</body>
</html>
|