Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
ce6c3b5b748a1c46620832e2b51d085b2ef59bf5
/
.
/
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 %}