summaryrefslogtreecommitdiffstats
path: root/VNF_Catalogue/views/error.jade
blob: 4f7fbcaeb8069958b8960a9f74ac33db2081164d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 
  Copyright (c) 2017 Kumar Rishabh and others.
  All rights reserved. This program and the accompanying materials
  are made available under the terms of the Apache License, Version 2.0
  which accompanies this distribution, and is available at
  http://www.apache.org/licenses/LICENSE-2.0
extends layout

block content
  h1= message
  h2= error.status
  pre #{error.stack}