_layouts/recipes-doc.html (17 lines of code) (raw):

--- layout: default --- <div class="fluo-doc"> {% if page.version != site.latest_recipes_release %} <div class="alert alert-danger" role="alert">These docs are for Fluo Recipes {{ page.version }} which is an old version! Check out the <a href="{{ site.baseurl }}/docs/fluo-recipes/{{ site.latest_recipes_minor }}">latest docs</a>!</div> {% endif %} {% if page.version == '1.0.0-beta-2' or page.version == '1.0.0-beta-1' or page.version == '1.0.0-alpha-1' %} <div class="alert alert-danger" role="alert">These docs are for a release of Fluo Recipes made before Apache incubation.</div> {% endif %} <header class="post-header"> <h2 class="post-title">{{ page.title }}</h2> </header> <article id="page-content"> {{ content }} </article> </div>