cccs-website/layouts/article_intro.erb
2013-08-23 20:03:07 +02:00

15 lines
416 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 %>>
<div class="clearfix"></div>
</header>
<section>
<% if @extended then %>
<%= article_summary(@article) %>
<% end %>
</section>
</article>