view tests/rdrutil.py @ 1044:7b64eb5bbc81

bake: Don't ignore errors reported on things that are not yet in the records.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 23 Jan 2018 08:54:02 -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