{% extends "templates/web.html" %} {% block page_content %}

{{ title }}

By {{ blogger_info and blogger_info.full_name or full_name }} {{ frappe.format_date(published_on) }} {{ blog_category }} {{ comment_text }}

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