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

Update {{type}}

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