www/templates/talk.html
{% extends "htmx-theme/templates/base.html" %} {% block title %} {% set html_title = "</> htmx ~ " ~ page.title %} {% endblock title %} {% block content %}
{{ page.content | safe }} {% set section = get_section(path="posts/_index.md") -%}
{% for page in section.pages | sort(attribute="date") | reverse -%} - {{ page.date }} - {{ page.title }}🔥🔥 {% endfor %} {% set essays = get_section(path="essays/_index.md", metadata_only=true) %}
{% set podcasts = load_data(path="content/talk/podcasts.csv") %}
{% for podcast in podcasts.records %} - {{ podcast[0] | safe }} {% endfor %}
Contact Us to Join You on Your Podcast!
{% endblock content %}