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