durfdoen-2.0/layouts/default.erb

14 lines
291 B
Text
Raw Normal View History

2020-09-12 22:02:12 +02:00
<%= render '/partials/navbar.*' %>
<main>
2020-09-16 01:22:41 +02:00
<div class="main_content">
<%= yield %>
</div>
2020-09-17 22:49:02 +02: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 22:02:12 +02:00
</main>