devdocs theme-development md at main mage-os devdocs

Along with providing useful methods to the template files, blocks are also used to decide how to render the template file to the user. The block classes allow us to move the reusable functionality from the PHP template files into PHP classes, which can be used again on different template files in the future. The […]