{% extends "templates/web.html" %} {% block meta_block %} {% include "templates/includes/meta_block.html" %} {% endblock %} {% block page_content %}

{{ title }}

{{ frappe.format_date(published_on) }}

{{ description }}

{{ content }}
{% if blogger_info %}
{% include "templates/includes/blog/blogger.html" %} {% endif %}
{% include 'templates/includes/comments/comments.html' %}
{% endblock %} {% block style %} {% endblock %}