brotherton-erpnext/erpnext/templates/pages/topics.html

12 lines
200 B
HTML
Raw Normal View History

2016-07-19 08:47:33 +00:00
{% extends "templates/web.html" %}
{% block header %}
<h2> {{ doc.introduction }} </h1>
{% endblock %}
{% block page_content %}
<p class="post-description"> {{ doc.content }} </p>
{% endblock %}