Skip to content

Commit

Permalink
Add new template
Browse files Browse the repository at this point in the history
  • Loading branch information
janhybs committed Oct 20, 2018
1 parent 544efbd commit d386e57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions www/templates/mdb/server-error.njk
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<div class="col-6 m-auto error">
<div class="card card-image mb-3" style="background-image: url('imgs/intro.jpg');">
<div class="text-white text-center align-items-center rgba-red-strong p-5">
<h3 class="card-title m-0">
<strong>{{ title }}</strong>
</h3>
<small>{{ shortDesc | safe }}</small>
<hr />
<div class="mb-0">{{ description | safe }}</div>
</div>
</div>
</div>

0 comments on commit d386e57

Please sign in to comment.