Content-Type: text/html; charset=UTF-8 Last-Modified: Tue, 04 Aug 2026 01:27:17 GMT Expires: Fri, 01 Aug 2036 01:27:17 GMT base.html « templates « zola - ndato.com - This website repository
summaryrefslogtreecommitdiff
path: root/zola/templates/base.html
blob: d60212c1cd64719487e6a199370abab967be712a (plain) (blame)
1
2
3
4
5
6
7
8
<
{% extends "base.html" %}

{% block title %}404 - Not Found{% endblock %}
{% block header %}404 - Not Found{% endblock %}
{% block navigation %}<a href="/">Home</a>{% endblock %}
{% block content %}{% endblock %}