Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
3f0a581b85074771b4b227591dc36f2a24f38e73
/
.
/
erpnext
/
templates
/
pages
/
topics.html
blob: 94d7a1731af046e0dfc69fa0246a388d8e819987 [
file
] [
log
] [
blame
]
{% extends "templates/web.html" %}
{% block header %}
<h2>
{{ doc.introduction }}
</h1>
{% endblock %}
{% block page_content %}
<p
class
=
"post-description"
>
{{ doc.content }}
</p>
{% endblock %}