{% extends "layouts/main.html" %} {% block title %}500{% endblock %} {% block content %}
{{ t(key="page.500", default="서버 오류가 발생했습니다") }}