def show
    @page = Page.where(id: params[:id])
    fail AbstractController::ActionNotFound unless @page.present?

    @page = @page[:data]