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

11 lines
176 B
HTML

{% extends "templates/web.html" %}
{% block header %}
<h1> About </h1>
{% endblock %}
{% block page_content %}
<p class="post-description"> {{ intro }} </p>
{% endblock %}