Add beta launch news

This commit is contained in:
Stephan Porada
2020-09-21 15:25:28 +02:00
parent f53689af2c
commit 9523568211
3 changed files with 52 additions and 6 deletions

View File

@ -5,4 +5,10 @@ from . import content
@content.route('/about_faq')
def about_faq():
return render_template('content/about_faq.html.j2',
title='About Nopaqe and FAQ')
title='About Nopaqe and FAQ')
@content.route('/news_launch')
def news_launch():
return render_template('content/news_launch.html.j2',
title='')