brotherton-erpnext/erpnext/templates/pages/courses.html
2021-08-19 13:43:28 +05:30

12 lines
177 B
HTML

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