{% extends 'templates/main.html' %} {% block title %}{{blog.blogTitle}}{% endblock %} {% block head %} {% endblock %} {% block content %} {%if not isPreview %}
← Back to the list
{%endif%}

{{blog.blogTitle}}

{#
{%include "inc/large-rect-ad.html"%}
#} {%marked%}{{blog.content}}{%endmarked%}
{%if blog.blogAnonymousInd == 'Y'%}
Author is anonymous
{%else%} {%if author%}
Author: {{author.fullname}}
{%endif%} {%endif%}
{%if not isPreview %}
{%endif%}
{% endblock %} {% block beforeEndBody %} {% endblock %}