{% extends request.theme.template.page %} {% load i18n plugins %} {% block meta-title %}{{ entry.get_meta_title }}{% endblock %} {% block meta-keywords %}{{ entry.get_meta_keywords }}{% endblock %} {% block meta-description %}{{ entry.get_meta_description }}{% endblock %} {% block content %}

{{ entry.get_title }}

{{ entry.get_pub_date }}{% blocktrans with username=entry.user userurl="#" %}Posted by {{ username }}{% endblocktrans %}

 
{{ entry.get_content_head|safe }} {{ entry.get_content_tail|safe }}
{% block entry-end %}{% endblock %}
{% if entry.is_comments_enabled %}

{% blocktrans %}Comments{% endblocktrans %}

{% plugin 'x-feedback-comments' entry %} {% endif %} {% endblock %}