durfdoen-2.0/layouts/default.erb

14 lines
291 B
Plaintext
Raw Normal View History

2020-09-12 20:02:12 +00:00
<%= render '/partials/navbar.*' %>
<main>
2020-09-15 23:22:41 +00:00
<div class="main_content">
<%= yield %>
</div>
2020-09-17 20:49:02 +00:00
<footer class="align footer">
<p>©2020 Gentse studentenraad</p>
<div lang="en">
<p>Made with ♥ by <a href="https://zeus.gent">Zeus WPI</a></p>
</div>
</footer>
2020-09-12 20:02:12 +00:00
</main>