Browse Source

commit for testing

solr_update
Simon Bowie 2 years ago
parent
commit
52f70476d0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      web/app/main.py

+ 5
- 0
web/app/main.py View File

text = f.read() text = f.read()
text = markdown.markdown(text) text = markdown.markdown(text)
return render_template('text.html', text=text) return render_template('text.html', text=text)

@main.route('/test/')
def test():
text = "whatever"
return render_template('text.html', text=text)

Loading…
Cancel
Save