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 |