This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/404.html.twig

14 lines
269 B
Twig
Raw Normal View History

2015-04-09 17:00:02 +00:00
---
layout: default
title: Page Not Found
permalink: /404.html
---
{% block content_wrapper %}
<div class="col-md-12">
{% block content %}
<h1>Page Not Found</h1>
{% endblock %}
</div> {# .col.md-12 #}
{% endblock %}
{% block sidebar %}{% endblock %}