mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
17 lines
344 B
HTML
17 lines
344 B
HTML
{% extends "html/base.html" %}
|
|
|
|
{% block body %}
|
|
<header>
|
|
</header>
|
|
<div class="container">
|
|
<div class="outer">
|
|
{% include "html/navbar.html" %}
|
|
<div class="content row" id="page-{{ name }}" style="display: block;">
|
|
{% block content %}
|
|
{% endblock %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% include "html/footer.html" %}
|
|
|
|
{% endblock %} |