view chef.py @ 1033:57283302b3ee

data: Fix a bug when listing a blog's posts twice on a page.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Jan 2018 08:38:46 -0800
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()