module Decidim::Meetings::ApplicationHelper

def safe_content_admin?

tags, such as iframes.
For admin entered content, the meeting body can contain certain extra
def safe_content_admin?
  @meeting.official?
end