{% extends 'gentelella/base_site.html' %} {% load i18n %} {% block content %}

{{ entry.title }} {% if not entry.is_published %} {% trans 'Draf' %}{% endif %}

{% if entry.feature_image %} {% trans 'Preview image for' %} {{ entry.title }} {% endif %} {% if draft %} {{ entry.content }} {% else %} {{ entry.published_content|safe }} {% endif %}
{% endblock %}