UNPKG

sails-blueprint-generate

Version:
29 lines (25 loc) 748 B
{% extends 'parts/layout.html' -%} {# INCLUDE HEADER #} {% block header -%} {% include 'parts/header.html' -%} {%- endblock %} {# Content Block #} {% block content -%} <section class="center"> <div id="logo" class="logo"> <img src="{{ base }}images/mascot-ie.png" alt=""/> </div> <header> <h1>Internal Server Error</h1> <h2>Wo wo! What's wrong? Empty gasoline? No brake? Please wait, we will fix it.</h2> {% if debug -%} <p>{{ error.message }}</p> {%- endif %} </header> </section> {%- endblock %} {# FOOTER INJECTION #} {% block footer -%} {% set footclass = '' %} {% include 'parts/footer.html' -%} {%- endblock %}