{% extends "default.html" %} {% block pagetitle %}Update {{type}}{% endblock %} {% block pagetype %}message{% endblock %} {% block content %}

Update {{type}}

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