view tests/rdrutil.py @ 1089:a4d7ff2cdc5c

sources: Update prose source to correctly use the new source API.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 16 Feb 2018 00:14:27 -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