Пример #1
0
def kontakt():
    """ test method to create an article """
    temp = Article(group='fotos',
                   categories=['*', 'produkte'],
                   title='test title')
    temp.text = '''some **markdown** text with breaks
    and new lines'''
    temp.put()
    return render_template('index.html', content="article put")