zeus.ugent.be/layouts/blogpost.erb

14 lines
253 B
Text
Raw Normal View History

2016-08-27 02:16:35 +02:00
<div class="content blogpost">
2016-10-10 19:45:22 +02:00
<div class="has-text-centered">
<h1 class="title is-1">
<%= item[:title] %>
</h1>
<h2 class="subtitle is-3">
Author
</h2>
</div>
2016-10-06 14:21:01 +02:00
<main class="blogwidth">
2016-08-23 20:21:02 +02:00
<%= yield %>
</main>
</div>