{% include 'header.twig' %}

Edit: {{ item.data.postTitle }}

by {{ item.data.username }} {{ item.data.created|ago }}
{{ item.data.text|markdown|raw }}
{# "shortcut-submit" is a class used exclusively from javascript # to submit the form when a key (Ctrl+Enter) is pressed. #}
{% include 'footer.twig' %}