2016-10-11 15:11:18 +02:00
|
|
|
<h1 class="title is-1 has-text-centered">
|
|
|
|
<%= item[:title] %>
|
|
|
|
</h1>
|
|
|
|
<% if item[:author] %>
|
|
|
|
<h2 class="subtitle is-3 has-text-centered">
|
|
|
|
<%= item[:author] %>
|
|
|
|
</h2>
|
|
|
|
<% end %>
|
2016-08-27 02:16:35 +02:00
|
|
|
<div class="content blogpost">
|
2016-10-06 14:21:01 +02:00
|
|
|
<main class="blogwidth">
|
2016-08-23 20:21:02 +02:00
|
|
|
<%= yield %>
|
|
|
|
</main>
|
|
|
|
</div>
|