m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/templates/template.html.erb
blob: c7297dd4915050e9d725a2cf108f4fa2d770eea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang=en>
<head>
  <title>Śpiewnik Tuturutu<%= title ? " | #{title}" : "" %></title>
  <meta charset='utf-8'>
  <link rel='stylesheet' type='text/css' href='<%= path_to 'style' %>'>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1><a href='<%= path_to 'index' %>'>Śpiewnik Tuturutu</a></h1>

<%= content -%>

</body>
</html>