cccs-website/layouts/article_intro.erb
2013-08-24 09:41:40 +02:00

15 lines
414 B
Text

<article>
<header><% if !@h then @h='h1' end %>
<<%= @h %>><a href="<%= @article.path() %>"><%= @article[:title]%></a>
<% if @article.attributes.has_key?(:subtitle) then %>
<br/><small><%= @article[:subtitle] %></small>
<% end %></<%= @h %>>
</header>
<div class="clearfix"></div>
<section>
<% if @extended then %>
<%= article_summary(@article) %>
<% end %>
</section>
</article>