code wiki / _hdl_build / nx_brand_gallery.nx
nx_brand_gallery.nx
buildroot/runtime/_hdl_build/nx_brand_gallery.nx
about
nx_brand_gallery.nx -- a STARTER TEMPLATE GALLERY: a set of distinct, UX-compliant .site starter blueprints
(landing / services / about / contact) any user picks and renders through the brand-wired builder -> on-brand,
token-driven, polished pages out of the box. We HAVE a gallery (breadth vs Wix's 900+ stays the R6 honest BEHIND).
Library; templates are DATA. 100% sovereign. license_tier: ORIGINAL
dependencies 1 imports · 1 importers
imports: nx_syscalls.nx
imported by: nx_brand_gallery_gate.nx
structs
| none |
consts
| none |
functions
| 7 | func bg_streq(a: *u8, b: *u8) -> i64 { var i: i64=0; while a[i]!=(0 as u8){ if a[i]!=b[i] { return 0 } i=i+1 } if b[i]!=(0 as u8){ return 0 } return 1 } called by 1: bg_template |
| 9 | func bg_count() -> i64 { return 4 } called by 1: main |
| 12 | func bg_template(id: *u8) -> *u8 |