라벨이 JSP인 게시물 표시

[JSP] SpringTool HTML5 Template

 <%@ page language="java" contentType="text/html; charset=${encoding}" pageEncoding="${encoding}"%> <html lang="ko-KR"> <head> <meta charset="${encoding}"></meta> <meta content="width=device-width,initail-scale=1.0" name="viewport"></meta> <title>타이틀${cursor}</title> </head> <body> <header> </header> <section> <article> </article> </section> <footer> </footer> </body> </html>