this repo has no description
1{% extends "index.html" -%}
2
3{%- block title %}
4 <title>Page not found</title>
5{%- endblock title -%}
6
7{%- block main -%}
8
9Sorry, this page doesn't exist.
10
11Go back <a href="{%- if config.extra.logo_home_link -%}{{ config.extra.logo_home_link }}{%- else -%}{{ config.base_url }}{%- endif -%}">home?</a>
12{%- endblock main -%}