aboutsummaryrefslogtreecommitdiffstats
path: root/views/layout.erb
blob: e4a6105a8be35ff0aa25cf36b890d40288caf220 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>Ruby Session Exercise</title>
</head>
<body>
  <%= yield %>
</body>
</html>