{% extends "base.html" %} {% block title %}오류 - 팜큐 약국 관리 시스템{% endblock %} {% block content %}
{% if error_code == 404 %}

404

페이지를 찾을 수 없습니다

{% elif error_code == 500 %}

500

내부 서버 오류

{% else %}

오류가 발생했습니다

{% endif %}

{{ error }}

{% endblock %}