You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
375 B

<%= render 'shared/public_top' %>
13 years ago
<body class="public">
<div id="wrap">
<%= render 'shared/navigation' %>
<div class="container animated fast fadeInDown" id="main">
<%= flash_display 'flash' %>
<%= yield %>
</div>
<div id="push"></div>
</div>
<%= render 'shared/bottom' %>
13 years ago
</body>
</html>