Back to Htmx

{{ page.title | safe }}

www/templates/talk.html

2.0.10934 B
Original Source

{% 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

{% 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) %}

🔗Essays

See the essays page →

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

🔗Podcasts

{% for podcast in podcasts.records %} - {{ podcast[0] | safe }} {% endfor %}

Contact Us to Join You on Your Podcast!

{% endblock content %}