{% extends "base.html" %} {%- block content -%}
{% if section.content %}
{{ section.content | safe }}
{% endif %}

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 -%}