_layouts/fluo-doc.html (15 lines of code) (raw):

--- layout: default --- <div class="fluo-doc"> <!-- This layout is only used by old documentation --> <div class="alert alert-danger" role="alert">These docs are for Fluo {{ page.version }} which is an old version! Check out the <a href="{{ site.baseurl }}/docs/fluo/{{ site.latest_fluo_minor }}/">latest docs</a>!</div> {% 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 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>