/sub-projects/jquery-stream-play/trunk/app/views/errors/404.html
HTML | 19 lines | 18 code | 1 blank | 0 comment | 0 complexity | 8fcd3a3224eb09b724bd5031759a339a MD5 | raw file
1<!DOCTYPE html> 2 3<html> 4 <head> 5 <title>Not found</title> 6 <meta http-equiv="Content-Type" content="text/html; charset=${_response_encoding}"/> 7 </head> 8 <body> 9 #{if play.mode.name() == 'DEV'} 10 #{404 result /} 11 #{/if} 12 #{else} 13 <h1>Not found</h1> 14 <p> 15 ${result.message} 16 </p> 17 #{/else} 18 </body> 19</html>