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

{{ title }}

{% endblock %} {% block page_content %}

{{ level }}

By {{ author }} on {{ frappe.format_date(creation) }}
{{ content }}


{{ _("More articles on {0}").format(category.name) }}


Comments

{% include 'templates/includes/comments/comments.html' %}
{% endblock %}