m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/templates/template.html.erb
blob: a2f36fcbc5dbabd1c39d5811c1320109f0d15184 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang=en>
<head>
  <title>Śpiewnik tradycyjny<%= 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 tradycyjny</a></h1>

<%= content -%>

</body>
</html>