23 lines
548 B
Text
23 lines
548 B
Text
<div class="container">
|
|
<header class="section">
|
|
<%= render '/partials/_navbar.*' %>
|
|
</header>
|
|
<main class="section">
|
|
<%= yield %>
|
|
</main>
|
|
</div>
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="content has-text-centered">
|
|
<p>
|
|
Made with <%= fa :heart, inline: true %> by Zeus WPI
|
|
</p>
|
|
<p>
|
|
<a href="https://github.com/ZeusWPI/zeus.ugent.be">
|
|
<span class="hidden-xs"> View on GitHub </span>
|
|
<%= fa :github %>
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</footer>
|