class Decidim::Pages::Page

title, description and any other useful information to render a custom page.
The data store for a Page in the Decidim::Pages component. It stores a

def self.log_presenter_class_for(_log)

def self.log_presenter_class_for(_log)
  Decidim::Pages::AdminLog::PagePresenter
end

def title

Public: Pages do not have title so we assign the component one to it.
def title
  component.name
end