JSPファイルテンプレート



preference>templateに登録
<%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>   
<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Document</title>
   <%@ include file="/inc/asset.jsp" %>
   <style>
     
   </style>
</head>
<body>
   <!--  -->
   <div class="container">
      <h1 class="page-header"><small></small></h1>
   </div
   <script>
     
   </script>
</body>
</html>