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

{{ title }}

{{ blogger_info and blogger_info.full_name or full_name }} · {{ frappe.format_date(published_on) }} · {{ category.title }} · {{ comment_text }}

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