{% extends "default.html" %} {% block pagetitle %}Update {{type}}{% endblock %} {% block pagetype %}message{% endblock %} {% block content %} {% if error %}{{macros.alert(error, true)}}{% endif %} {% if msg %}{{macros.alert(msg, false)}}{% endif %}

Update {{type}}

{% if type == "Emoji" %} {% endif %}
{% endblock %}