home/.vim/bundle/vim-template/templates/=template=.jsp

13 lines
222 B
Plaintext
Raw Normal View History

<%@ page contentType="text/html;Charset=UTF-8" pageEncoding="UTF-8" %>
<%@ taglib prefix="" tagdir="/WEB-INF/tags"%>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
%HERE%
</body>
</html>