{% extends "layouts/main.html" %} {% block title %}404{% endblock %} {% block content %}
{{ t(key="page.404", default="페이지를 찾을 수 없습니다") }}