{{ Post.Title }} {% if Post.Date is not empty %} ï³ {{ Post.Date|datel(Lang.Get('Default date format')) }} {% endif %} {% if Post.Author.Nickname is not empty %}  {{ Post.Author.Nickname }} {% endif %} {% if Post.Tags is not empty %}  {% list Post.Tags %}{# #}{% if loop.index > 1 %}, {% endif %}{# #}{{ Tag.Title }}{# #}{# #}{% endlist %} {% endif %} {{ Post.Body }} {{ Post.Share }} {% if Post.ShowComments %} {{ Post.Comments }} {% endif %}
{{ Post.Title }} {% if Post.Cover is not empty %} {% elseif Custom('default_post_cover') is not empty %} {% else %} {% endif %} {% list Post.Tags %} {{ Tag.Title }} {% endlist %} {{ Post.Snippet(140) }} ï³ {{ Post.Date|datel(Lang.Get('Default date format')) }}  {{ Post.CommentCount( '%c commentaire', '%c commentaires' ) }}