webmock
Version:
Mock AJAX/HTTP/SSR - Automatically generate documentation
16 lines (15 loc) • 347 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title></title>
</head>
<body>
type: <%= type %>
<% if (typeof msg !== 'undefined') {%>
<%= msg %>
<% } %>
</body>
</html>