Skip to content

Commit

Permalink
Error page template fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
bredikhin committed Mar 5, 2014
1 parent 96b92d9 commit db87281
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/fixtures/custom.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title><%= status %></title>
</head>
<body>
<p>Custom error: <%= status %>!</p>
</body>
</html>
9 changes: 9 additions & 0 deletions test/fixtures/custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>{{status}}</title>
</head>
<body>
<p>Custom error: {{status}}!</p>
</body>
</html>

0 comments on commit db87281

Please sign in to comment.