view piecrust/admin/templates/install.html @ 864:5c5b85d4f17d

debug: Raise Jinja template exceptions the same way in both render passes.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 08 Jun 2017 23:31:45 -0700
parents 5e91bc0e3b4d
children
line wrap: on
line source

{% set title = 'Configuration File Missing' %}

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

{% block content %}
<p>No FoodTruck configuration file was found. Did you run <code>chef admin init</code>?</p>
{% endblock %}