{% extends "base.html" %} {% block content %} {% set page = get_page(path="404/404.md") %} {{ page.content | safe }} {% endblock content %}