19 lines
289 B
Plaintext
19 lines
289 B
Plaintext
%article
|
|
|
|
|
|
%h2=article.title
|
|
|
|
%time.updated{:datetime => Time.now, :pubdate => true}
|
|
Écrit
|
|
="le "+l(article.published_at, :format => :human_date)
|
|
|
|
|
|
|
|
-if article.description
|
|
%p.desc
|
|
%strong
|
|
= article.description
|
|
|
|
%hr
|
|
|
|
=render article.block |