UNPKG

kulfon

Version:

Kulfon is a modern static site generator written in JavaScript.

27 lines (26 loc) 427 B
<!DOCTYPE html> <html> <head> <title>Error - {{status}}</title> </head> <body> <div id="error"> <h1>Error</h1> <p>Looks like something broke!</p> {% if env == 'development' %} <h2>Message:</h2> <pre> <code> {{error}} </code> </pre> <h2>Stack:</h2> <pre> <code> {{stack}} </code> </pre> {% endif %} </div> </body> </html>