Does Frappe Wiki support Jinja for displaying ERP data dynamically?

Does Frappe Wiki currently support Jinja templating inside Wiki Pages?

The use case is to maintain documentation in Frappe Wiki while dynamically displaying data from ERPNext/Frappe DocTypes.

For example, a Wiki page could contain Jinja that fetches records from a DocType and displays them as a table or list.

This would allow us to maintain information such as:

  • Applicable policies or certifications
  • Licenses and their validity
  • Department responsibilities
  • Master data maintained in ERP
  • Other structured records

The Wiki would provide the explanatory/documentation layer, while the actual structured data continues to be maintained in ERP. Whenever ERP records are updated, the information displayed on the Wiki page would automatically remain up to date.

Does Frappe Wiki support this today? If not, would supporting Jinja inside Wiki Pages be technically feasible or suitable as a feature request?

Right now, we don’t have a feature in Wiki that supports Jinja templating inside Wiki Pages.

If this is something people would find useful, you can raise a feature request in the Wiki repository. Based on the interest and use cases, it can be considered for a future release.