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

11 lines
176 B
HTML
Raw Normal View History

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