mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
9 lines
132 B
HTML
9 lines
132 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block body %}{{ stuff }}{% endblock %}
|
|
|
|
{% block extra %}
|
|
{% include "menu.html" %}
|
|
{% endblock %}
|
|
|