404.html 209 B

123456
  1. {{define "404"}}
  2. <article>
  3. <div class="text-center" style="font-size: 250px;"><b>404</b></div>
  4. <h3 class="text-center" style="font-size: 40px;"><b>Ничего не найдено</b></h3>
  5. </article>
  6. {{end}}