{% extends "base" %} {% block title %} {{ 'Comment "{{ post }}"' | _(post=post.title) }} {% endblock title %} {% block content %}

{{ 'Comment "{{ post }}"' | _(post=post.title) }}

{# Ugly, but we don't have the choice if we don't want weird paddings #}
{% endblock content %}