mirror of
https://github.com/frappe/lms.git
synced 2026-05-02 13:39:31 +03:00
5feeb4ca0c
Widgets are reusable jinja templates which can be used in other
themplates. Widgets are written in widgets/ directory in every frappe
module and can be accessed as `{{ widgets.WidgetName(...) }}` from any
template.