Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
2285f90b64c7c8e7d6858c0c6fc36a8fe6d0c6ee
/
.
/
erpnext
/
templates
/
pages
/
courses.html
blob: 42e7f3e70b7e8ffb61777950b7eb249c1c5ba009 [
file
] [
log
] [
blame
]
{% extends "templates/web.html" %}
{% block header %}
<h1>
About
</h1>
{% endblock %}
{% block page_content %}
<p
class
=
"post-description"
>
{{ intro }}
</p>
{% endblock %}