shop changes

This commit is contained in:
2025-06-25 16:04:19 -07:00
parent 8d33ce2dc7
commit b0635919b1
30 changed files with 550 additions and 144 deletions

View File

@@ -81,6 +81,15 @@ class McCansHelpers
};
}
public static function categoryBox()
{
return function ($template, $context, $args, $source) {
$stuff = $context->get($args);
return site()->render("page-tile", $stuff);
};
}
public static function renderBlock()
{
return function ($template, $context, $args, $source) {