{% extends "base_with_sidebar.html"%} {% load static i18n marcus_tags %} {% block title %}{{ article.title }}{% endblock %} {% block content %} {% with article|translate:language as article %}
{% trans "Comments" %}
{% include "marcus/comments.html" %}