This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/_sakura/templates/broomcloset/pages/index.error.tpl
flashwave f30f03ba59 r20150929.1
Signed-off-by: Flashwave <me@flash.moe>
2015-09-29 19:26:24 +02:00

11 lines
283 B
Smarty

{% extends 'global/master.tpl' %}
{% block title %}Not found{% endblock %}
{% block content %}
<div class="main">
<h1 class="page-header">404 <small>Page not found</small></h1>
<p class="lead">The page you requested doesn't exist.</p>
</div>
{% endblock %}