this repo has no description
at master 330 B view raw
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&nbsp<a href="{%- if config.extra.logo_home_link -%}{{ config.extra.logo_home_link }}{%- else -%}{{ config.base_url }}{%- endif -%}">home?</a> 12{%- endblock main -%}