{% extends "base.html" %} {% block title %}{{ status_code.as_str() }}{% endblock %} {% block head %}{% endblock %} {% block body %}

{{ status_code }}

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

{{ x }}

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