Mercurial > piecrust2
view piecrust/admin/templates/install.html @ 803:bf9f4e55f751
rendering: Separate performance timers for renering segments and layouts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 29 Sep 2016 21:59:20 -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 %}