{% extends "base.html" %} {% block body %}

Page not found

{% with post=lookup("thing-one") %}

Why not try our most popular post {{ post.title }}?

{% endwith %} {% endblock %}