{% extends "base.html" %} {% block content %} {{ super() }}

Recent notes

{% set notes_index = get_page('notes/index.md') %} {% set notes = get_notes() %}

View all {{ notes|length }} notes →

{% endblock %}