{% extends "htmx-theme/templates/base.html" %} {% block title %} {% set html_title = "</> htmx ~ " ~ page.title %} {% endblock title %} {% block content %}

{{ page.title | safe }}

{{ page.content | safe }} {% set section = get_section(path="posts/_index.md") -%}

🔗Announcements

{% set essays = get_section(path="essays/_index.md", metadata_only=true) %}

🔗Essays

See the essays page →

{% set podcasts = load_data(path="content/talk/podcasts.csv") %}

🔗Podcasts

Contact Us to Join You on Your Podcast!

{% endblock content %}