brotherton-erpnext/erpnext/templates/pages/topics.html
2016-07-20 19:25:02 +05:30

12 lines
200 B
HTML

{% extends "templates/web.html" %}
{% block header %}
<h2> {{ doc.introduction }} </h1>
{% endblock %}
{% block page_content %}
<p class="post-description"> {{ doc.content }} </p>
{% endblock %}