{% extends "base.html" %} {% block title %}Submit some text - {{ super() }}{% endblock title %} {% block body %}
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% block messages %}
Subscribing to channel...
{% endblock messages %}

Submit a sentence.

Try a statement or fact with a mixture of nouns, verbs, and adjectives.

Examples:

  • The subway was late so I ran through the crowded streets to arrive at the meeting on time.
  • Some thoughtful people think good programming is like good writing.
  • The moon is the only extraterrestrial body that has ever been visited by humans.

Submitted items

{% endblock body %} {% block extrajs %} {% endblock extrajs %}