Welcome to awesome hello message app!
{% if hellolist %}
{% for hel in hellolist %}
Message {{hel.id}} (
more info
):
{{ hel.text }}
{% endfor %}
{% else %}
No hello messages available.
{% endif %} Send new message:
{% csrf_token %}
Admin login