WIP with auto pull file

This commit is contained in:
2025-05-06 08:47:08 -07:00
parent b9f4402bbb
commit 628f4b8a2e
6 changed files with 30 additions and 2 deletions

View File

@@ -5,4 +5,7 @@
// RAD. Check out the docs here:
// https://rad-theme-engine.ofco.cloud/docs/guides/helpers/
echo site()->render("header");
echo site()->render("header", [
"logo" => site()->getAssetUrl("logo.png"),
"menu" => site()->renderMenu("main-nav"),
]);