{% extends "layouts/default.twig" %} {% block content %} {% if not post.next.no_results %}${ post.next.title | truncate(40) } →{% endif %} {% if not post.prev.no_results %}← ${ post.prev.title | truncate(40) }{% endif %}
{% include "feathers/" ~ post.feather ~ ".twig" %} {% if enabled_modules.comments and (post.comment_count > 0 or post.commentable) %}