{% extends "base.html" %} {% block content %} {% set blog = get_section(path="blog/_index.md") %} {% set about = get_page(path="about.md") %}

{{ section.title }}

about {% endblock content %}