Read the http header from the proxy to get the client IP
[recipes.git] / backend / templates / message.html
1 {% extends "base_with_list.html" %}
2
3 {% block content %}
4
5 {{ message }}
6
7 {% endblock %}