aboutsummaryrefslogtreecommitdiffstats
path: root/theme/templates/404.html
blob: d43d0ada4cf263c2d7f643a4381ca86b81a8d1ad (plain)
1
2
3
{% extends "base.html"%}
{% block pagetitle %}For oh four{% endblock %}
{% block content %}Whoopsie!{% endblock %}