Mercurial > piecrust2
view piecrust/admin/templates/layouts/default.html @ 1136:5f97b5b59dfe
bake: Optimize cache handling for the baking process.
- Get rid of the 2-level pipeline runs... handle a single set of passes.
- Go back to load/render segments/layout passes for pages.
- Add descriptions of what each job batch does.
- Improve the taxonomy pipeline so it doesn't re-bake terms that don't need
to be re-baked.
- Simplify some of the code.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 23 Apr 2018 21:47:49 -0700 |
parents | b1a00c2c0c7f |
children |
line wrap: on
line source
{% set wrapper_classes = 'ft-nav-container' %} {% extends 'layouts/master.html' %} {% block after_content %} <div class="ft-nav-toggle"> <a href="#">F</a> </div> <nav class="ft-nav"> <div class="ft-nav-title"> <img src="{{url_for('.static', filename='img/foodtruck.png')}}" alt="Food Truck" /> <div class="ft-nav-brand">FoodTruck</div> </div> {% include 'layouts/menu.html' %} </nav> {% endblock %}