view foodtruck/templates/error.html @ 620:c2708f20a87b

admin: Make the sidebar togglable for smaller screens.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 06 Feb 2016 21:49:50 -0800
parents c6bc0ef03f82
children
line wrap: on
line source

{% set title = 'An Error Occured' %}

{% extends 'layouts/master.html' %}

{% block content %}
<p>{{error}}</p>
{% endblock %}