class Decidim::Pages::ApplicationController
override its layout and provide all kinds of useful methods.
Note that it inherits from ‘Decidim::Components::Basecontroller`, which
this engine inherit.
This controller is the abstract class from which all other controllers of
def show
def show @page = Page.find_by(component: current_component) end