cs50/src9/froshims4/templates/error.html

8 lines
154 B
HTML

{% extends "layout.html" %}
{% block body %}
<h1>Error</h1>
<p>{{ message }}</p>
<img alt="Grumpy Cat" src="/static/cat.jpg">
{% endblock %}