コード例 #1
0
def index():
    comments = Notice.all()
    return render_template('notice_index.html', comments=comments)