This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues/pull-requests.
flatfilecms/flatfilecms/templates/404.jinja2

6 lines
267 B
Django/Jinja

{% extends "layout.jinja2" %}
{% set title="404: страница не найдена!" %}
{% set description="Попробуйте найти нужную вам страницу в меню сайта." %}
{% set image="https://source.unsplash.com/Q1p7bh3SHj8" %}