What a Noderframe view is
A .noderframe file describes a page as indented lines. Each line is one element: a tag, optional classes and id, optional attributes, and optional quoted text. Nesting is expressed by indentation, so there are no closing tags to mismatch.
main.cool-container
header.cool-stack
h1 "Welcome"
p.cool-muted "Server-rendered, no client framework required."
a.cool-btn href="/docs" "Read the documentation"
The tree the parser produces knows nothing about HTML—that is what lets the same file compile to Android and iOS widgets.