mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-02 08:03:21 +00:00
12 lines
200 B
HTML
12 lines
200 B
HTML
{% extends "templates/web.html" %}
|
|
|
|
|
|
{% block header %}
|
|
<h2> {{ doc.introduction }} </h1>
|
|
{% endblock %}
|
|
|
|
{% block page_content %}
|
|
|
|
<p class="post-description"> {{ doc.content }} </p>
|
|
|
|
{% endblock %} |