{% extends "base.html" %} {% block content %}

{{ section.title }}

{{ section.content | safe }} {#
{%- if paginator.pages -%} {%- set pages = paginator.pages -%} {%- elif section.pages -%} {%- set pages = section.pages -%} {%- else -%} {%- set pages = term.pages -%} {%- endif -%} {%- for month, pages in pages | group_by(attribute="month") -%} {%- set posts_per_bar = pages | length -%} {%- set bar_height = pages | length * 10 -%}
{%- endfor -%}
#} {% include "partials/docs_toc.html" %} {% endblock content %}