view tests/rdrutil.py @ 1058:f6b975db2545

data: Make `family` properties return lists instead of generators. data: Add ability to return pages and groups.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 13 Feb 2018 11:10:55 -0800
parents 72f17534d58e
children
line wrap: on
line source

from piecrust.rendering import RenderingContext, render_page


def render_simple_page(page):
    ctx = RenderingContext(page)
    rp = render_page(ctx)
    return rp.content