zeus.ugent.be/layouts/blogpost.erb

9 lines
167 B
Text
Raw Normal View History

2016-08-27 02:16:35 +02:00
<div class="content blogpost">
<h1 class="has-text-centered blogtitle">
2016-08-23 20:21:02 +02:00
<%= item[:title] %>
</h1>
2016-10-06 14:21:01 +02:00
<main class="blogwidth">
2016-08-23 20:21:02 +02:00
<%= yield %>
</main>
</div>