{% extends "base.html" %} {% block title %}{{ status_code|lower }}{% endblock %} {% block head %}{% endblock %} {% block breadcrumb %}{% endblock %} {% block content %}
{{ status_code }}!
{% match message %} {% when Some with (x) %}{{ x }}
{% when None %} {% endmatch %}:(