zeus.ugent.be/layouts/generic.erb

18 lines
368 B
Plaintext
Raw Normal View History

2016-07-27 18:27:28 +00:00
<div class="container">
<header class="section">
<%= render '/partials/_navbar.*' %>
</header>
<main class="section">
<%= yield %>
</main>
2016-07-23 19:17:24 +00:00
</div>
2016-07-27 18:27:28 +00:00
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
2016-08-04 17:17:45 +00:00
Made with <%= fa :heart, inline: true %> by Zeus WPI
2016-07-27 18:27:28 +00:00
</p>
</div>
</div>
</footer>