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

{{ title }}

{% endblock %} {% block page_content %}
By {{ author }} on {{ frappe.format_date(creation) }}
{{ level }}
{{ content }}


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


{{ _("Was this article helpful?") }}

{{ _("More articles on {0}").format(category.name) }}
Comments
{% include 'templates/includes/comments/comments.html' %}
{% endblock %}