{% extends "layouts/base.html" %} {% block content %}
{% for section_path in section.subsections %} {% set section = get_section(path=section_path) %}
{{ section.title }}

{{ section.description }}

{% endfor %}

This is not everything I've made, more is available on Source Quest!
Though I cannot guarantee anything for projects not listed here. Be it quality, does it work, is it sane, does it serve any purpose, etc, etc.

If you'd like to know more about me, head over to liljamo.com

This page uses umami for analytics, and they are available publicly here.

{% endblock content %}