#404 에러
1. /template/common/404.html
{% set title = "페이지가 없습니다" %}
{% extends "layout/base.html" %}
{% block content -%}
<div class="container">
<div class="page_area">
<h1>페이지가 없습니다.</h1>
</div>
</div>
{%- endblock %}
2.

#500~ 서버에러 관련
1.

'Node.js > Node' 카테고리의 다른 글
Express 권장구조 (0) | 2020.12.22 |
---|---|
Nunjucks Macro 기능 (0) | 2020.12.22 |
글로벌변수 (0) | 2020.12.22 |
(정적파일) 이미지올리기 (0) | 2020.12.21 |
중간요청을 가로채는 미들웨어 (0) | 2020.12.21 |
댓글