{% extends "layout.html" %} {% block title %}{{ config.title }}{% endblock %} {% block body %}

{{ section.title }}

👨‍💻 Software Developer
🌏 Melbourne, Australia
{{ section.content | safe }}

Recent Posts

{% set section = get_section(path="posts/_index.md") %} {% for sub in section.subsections %} {% set section = get_section(path=sub) %} {% for page in section.pages %} {% include "article.html" %} {% endfor %} {% endfor %}

Projects

{% endblock %}