{% include 'header.twig' %}
{# banner
LibrePlanet 2017
#} {# Welcome New Year
                    .''.    
  .        *''*    :_\/_:   
_\(/_  .:.*_\/_*   : /\ :   
./)\   ':'* /\ * :  '..'.   
  ' *''*    * '.\'/.' _\(/_'
   *_\/_*     -= o =-  /)\  
   * /\ *     .'/.\'.   '   
    *..*         :          
    ____   ___  _ _____     
   |___ \ / _ \/ |___  |    
     __) | | | | |  / /     
    / __/| |_| | | / /      
   |_____|\___/|_|/_/       
    
#} {% for post in posts %}
{% if post.link|length > 0 %} {{ post.title }} {% else %} {{ post.title }} {% endif %}
{% include 'vote.twig' with { target: 'post', hash_id: post.hashId, vote: votes[post.id] is defined ? votes[post.id].vote : null, vote_count: post.vote, user: user is defined ? user : null } only %} {{ post.created|ago }} by {{ post.username }}{{ post.commentsCount ? post.commentsCount }} comments
{% endfor %}
More
{% include 'footer.twig' %}