zeus.ugent.be/layouts/generic.erb

9 lines
162 B
Text
Raw Normal View History

2016-07-27 20:27:28 +02:00
<div class="container">
<header class="section">
<%= render '/partials/_navbar.*' %>
</header>
<main class="section">
<%= yield %>
</main>
2016-07-23 21:17:24 +02:00
</div>