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.

18 lines
351 B

<%= render 'shared/public_top' %>
13 years ago
<body class="public">
<%= render 'shared/navigation' %>
13 years ago
13 years ago
<div class="container" id="main">
<div data-pjax-container="true">
<%= flash_display 'flash' %>
<%= yield %>
13 years ago
</div>
</div>
<div class="container">
<%= render 'shared/bottom' %>
</div>
13 years ago
</body>
</html>