view tests/rdrutil.py @ 986:ef224cce343c

sources: Respect the "abort source use" setting when iterating on a source.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 31 Oct 2017 09:29:14 -0700
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