You can use "nested Views" (see http://docs.fuelphp.com/general/views.html) that works with View objects online. You can also use the Theme class, which works with partials for the different sections of your page. And there are template engines (like for example Smarty) that support inclusion of other page sections.