4597e96545
Hummingbird (PS8) requires module front controller templates to explicitly
extend a layout via {extends}. Without it, the template renders as a bare
HTML fragment without the theme wrapper (no header, CSS, nav, footer).
All three front templates now extend layouts/layout-full-width.tpl and
define their content inside {block name='content'}.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>