{{ "Webmentions" | translate }} {% for pingback in post.pingbacks %} {{ pingback.title | oneof("[Untitled]" | translate) }} {% endfor %}
{{ "Comments" | translate }} {% for comment in post.comments %} {% include "content" ~ DIR ~ "comment.twig" %} {% endfor %} {# Needed for AJAX commenting. #} {% if post.commentable %} {% include "forms" ~ DIR ~ "comment" ~ DIR ~ "new.twig" %} {% endif %}