{% include 'header.twig' %}
{# banner
FOSDEM 2018
#} {# Welcome New Year. # To maintain alignment, keep al lines below of the same length # and with no padding.
                    .''.    
  .        *''*    :_\/_:   
_\(/_  .:.*_\/_*   : /\ :   
./)\   ':'* /\ * :  '..'.   
  ' *''*    * '.\'/.' _\(/_'
   *_\/_*     -= 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' %}