<%@ page contentType="text/html; charset=UTF-8" %>
<!DOCTYPE html>
<html lang="ko">
<head>
<%@ include file="/WEB-INF/views/common/meta.jsp" %>
<title>치스토리-(화면제목)</title>
</head>
<body>
<%@ include file="/WEB-INF/views/common/header.jsp"%>
<%-- (들어갈 내용) --%>
<%@ include file="/WEB-INF/views/common/footer.jsp"%>
</body>
</html>