Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
Zid themes are powered by the Jinja templating engine. Making it easy to embed dynamic data and logic into your theme design while keeping layouts flexible and reusable.
{{ ... }}
{{ ... }}
Tag | Purpose |
---|---|
extends | Inherit from a base template |
include | Insert another template inside this one |
for | Loop over sequences |
if / elif / else | Conditional logic |
set | Assign variables |