{% extends "base.html" %} {% block title %}{{ page.title | striptags }}{% endblock %} {% block content %}

{{ page.title }}

{% if PDF_PROCESSOR %}get the pdf{% endif %}
{{ page.content }}
{% endblock %} g src='/cgit-css/cgit.png' alt='cgit logo'/> index : blog.git
Articles du blogSébastien Dailly
aboutsummaryrefslogtreecommitdiff
path: root/extras/404.html
blob: 68f2df5efe0d0b5b3940fbbca319a6ac4413b616 (plain)
1
2
3
4
5
6
7
8
9
{% set SITEURL = "" %}
{% extends "base.html" %}
{% block content_title %}Erreur 404{% endblock %}
{% block content %}
<section class="body page">
    <h1 class="page-title">Erreur 404</h1>
    La page que vous cherchez n'existe pas.
</section>
{% endblock content %}