{% extends request.theme.template.page %} {% load i18n xtemplates %} {% 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 }}

{% blocktrans %}Comments{% endblocktrans %}

{% if entry.comments_enabled %} {% plugin 'x-facebook-comments' 'after-entry' %} {% endif %} {% endblock %}