# Terminal theme block definitions (codeless .bnp, WO-TF-025). # Only true persona furniture stays a theme block; blocks that duplicated a # builtin (ascii masthead, footer) became template overrides, and the section # rail (toc) became article page-template furniture. Keys are fully qualified # (terminal:) because the codeless loader registers definitions verbatim. blocks: - key: terminal:manpage_header title: Man-page Header description: NAME(section) ... center ... version row, like a man-page top line category: layout schema: manpage_header.schema.json template: manpage_header.ninjatpl - key: terminal:code_console title: Console Block description: Shell prompt + command + output, with language hint category: content schema: code_console.schema.json template: code_console.ninjatpl - key: terminal:keybind_table title: Keybinding Table description: Two-column key + action reference table category: content schema: keybind_table.schema.json template: keybind_table.ninjatpl - key: terminal:boot_log title: Boot Log description: Sequential dmesg-style boot lines revealed one after another category: content schema: boot_log.schema.json template: boot_log.ninjatpl