diff options
Diffstat (limited to 'templates/template.html.erb')
-rw-r--r-- | templates/template.html.erb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/template.html.erb b/templates/template.html.erb new file mode 100644 index 0000000..a2f36fc --- /dev/null +++ b/templates/template.html.erb @@ -0,0 +1,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> |