{% if show_everything %}
{{website_name}} {{ published_date }} {% if time_ago %} and then updated {{ time_ago }} later {% endif %}
by
{% if raw.author_detail %}
{% if raw.author_detail.name %}
{{raw.author_detail.name}}
{% else %}
{{raw.author_detail}}
{% endif %}
{% else %}
{{raw.author}}
{% endif %}
{% endif %}
{% if image %}
{% endif %}
{{ entry|safe }}
#