view chef.py @ 957:84d8fadf9e67

page: Default to an empty title instead of 'Untitled Page'. This helps for microblogging because tweet-like posts often have no title.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 07 Oct 2017 12:11:13 -0700
parents f485ba500df3
children
line wrap: on
line source

from piecrust.main import main


if __name__ == '__main__':
    main()