UNPKG

koan

Version:

A Koa.js Application Boilerplate

20 lines (19 loc) 351 B
<!DOCTYPE html> <html> <head> <title>Error - {{status}}</title> </head> <body> <section id="error"> <h1>Error</h1> <p>Looks like something got bad!</p> {% if env == 'development' %} <pre> <code> {{stack}} </code> </pre> {% endif %} </section> </body> </html>