{% extends "base.html" %} {%- block content -%}
articles ⇢ {%- set blog = get_section(path="blog/_index.md") -%} {%- set post_count = blog.pages | length -%} notes ⇢ {%- set notes = get_section(path="notes/_index.md") -%} {%- set post_count = notes.pages | length -%}
{%- endblock content -%}