durfdoen-2.0/layouts/default.erb

12 lines
230 B
Plaintext

<%= render '/partials/navbar.*' %>
<main>
<%= yield %>
<footer class="align">
<p>©2020 Gentse studentenraad</p>
<div lang="en">
<p>Made with ♥ by <a href="https://zeus.gent">Zeus WPI</a></p>
</div>
</footer>
</main>