{% extends "base.html" %} {% block title %}{{ status_code }}{% endblock %} {% block head %}{% endblock %} {% block content %}

{{ status_code }}!

{% match message %} {% when Some with (x) %}

{{ x }}

{% when None %} {% endmatch %} {% endblock %}