{#- boilerplate/archive.html ~~~~~~~~~~~~~~~~~~~~~~~~ Archive page. :copyright: Copyright 2011-2014 by Vlad Riscutia and contributors (see CONTRIBUTORS file) :license: FreeBSD, see LICENSE file -#} {%- extends "page.html" -%} {%- block body -%}

{{ title }}

{%- for year in years|sort(reverse=True) -%}

{{ year }}

{%- if not loop.last -%}
{%- endif -%} {%- endfor -%}
{%- endblock -%}