2021-12-04 00:11:37 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2021-12-04 23:51:38 -05:00
|
|
|
<title>Guestbook-NG - <%= title %></title>
|
2021-12-04 00:11:37 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2021-12-04 23:51:38 -05:00
|
|
|
<center>
|
|
|
|
<h1><%= title %></h1>
|
|
|
|
<!-- Nav table -->
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td><%= link_to Home => 'index' %></td>
|
|
|
|
<td> </td>
|
|
|
|
<td><%= link_to Test => 'test' %></td>
|
|
|
|
<td> </td>
|
|
|
|
<td><%= link_to Post => 'post' %></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<%= content %>
|
|
|
|
</center>
|
2021-12-04 00:11:37 -05:00
|
|
|
</body>
|
|
|
|
</html>
|