blob: 6cd01f884560edcd7feb9420b3c1bb296f04a469 (
plain)
1
2
3
4
5
6
|
<% if node and node.head %>
<div class="article_partial" lang="<%= node.head.effective_lang %>">
<h2 class="headline"><%= link_to node.head.title, content_path(node.unique_path) %></h2>
<p class="excerpt"><%= node.head.abstract %></p>
</div>
<% end %>
|