data.aeon editable

What this shows

The demo combines ordinary AEON data with a node-structured AEON template and renders HTML from the $.page node.

Template directives

The directive language is custom to this demo, not AEON Core. It uses AEON reserved comments as an extension surface for control flow: /[ if ... ]/, /[ else ]/, /[ end ]/, and /[ for ... ]/. Instruction comments like /( ... )/ become inline styles here.

Scope

Document data uses paths like $.todos. Loop-local data uses item.title in directives and ~item.title in node references.

Rendered Preview


        

Diagnostics

Waiting for render.