Skip to content
Discussion options

You must be logged in to vote

You can extend the theme and override selected blocks of the template. See our 404.html for reference:

{% extends "main.html" %}
<!-- Content -->
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@1coderookie
Comment options

@1coderookie
Comment options

@squidfunk
Comment options

@1coderookie
Comment options

Answer selected by 1coderookie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants