Bootstrap \o/

This commit is contained in:
Wilfried OLLIVIER 2017-09-03 18:13:29 +02:00
commit f5391008e6
78 changed files with 5134 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{{ define "header" }}<!-- No header on 404 pages -->{{ end }}
{{ define "main" }}
<div role="main" class="container main-content">
<div class="text-center">
<h1>{{ i18n "pageNotFound" }}</h1>
<br/>
<img src="{{ .Site.BaseURL }}/img/404-southpark.jpg" />
</div>
</div>
{{ end }}