forked from External/greenlight
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
<% title_class ||= '' %>
|
|
<div class="title-wrapper text-center">
|
|
<div class="title">
|
|
<h2 class="<%= title_class if title_class %>"><%= title %></h2>
|
|
<%= yield %>
|
|
</div>
|
|
</div> |