List implemented

This commit is contained in:
Sebastian Seedorf
2019-01-11 16:57:22 +01:00
parent 62985d2e2a
commit fc582eb48c
11 changed files with 241 additions and 156 deletions

View File

@@ -1,6 +1,13 @@
extends layout
block content
h1= message
h2= error.status
pre #{error.stack}
block content
.mdl-grid
.mdl-cell--3-offset-desktop
.mdl-cell.mdl-cell--6-col.mdl-cell--12-col-tablet
.demo-card-square.mdl-card.mdl-shadow--2dp
.mdl-card__title.mdl-card--expand
h2.mdl-card__title-text= message
.mdl-card__supporting-text
h2= error.status
pre(style="font-size: 70%") #{error.stack}