movie-night-api-rust/templates/500.html.tera

9 lines
214 B
Text
Raw Permalink Normal View History

2025-02-16 20:21:30 -06:00
{% extends "base" %}
{% block content %}
<div class="col-12 row">
<h1>500</h1>
<img alt="error" src="https://media.tenor.com/Z2rsEAfen6wAAAAd/nicolas-cage-not-the-bees.gif"/>
</div>
{% endblock content %}