Skip to contents

Add a pre-built content collection (from create_viz/create_content) to a page. Use this when you have complex content built separately.

Usage

add_content(page, content)

Arguments

page

A page_object created by create_page()

content

A content collection (from create_viz/create_content)

Value

The updated page_object