tachi
Version:
Node.js MVC framework for seriously rapid application development.
16 lines (15 loc) • 413 B
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en-gb" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error</title>
</head>
<body>
<div class="container">
<h3><%= model.title %></h3>
<%= model.message %>
</div>
</body>
</html>