htmx/www/talk.md
2021-10-16 09:53:47 -06:00

2.0 KiB

layout title
layout.njk </> htmx - high power tools for html

htmx Talk

htmx discord server

Feature Requests & Bug Reports

https://github.com/bigskysoftware/htmx/issues

Social

@htmx_org on Twitter

#htmx on Stack Overflow Please send us the URL via Discord after creating the question.

r/htmx on reddit

Training

HTMX + Flask: Modern Python Web Apps, Hold the JavaScript Course by Michael Kennedy

Atom Feed (Announcements & Essays)

feed.xml

Announcements

    {%- for post in collections.announcements reversed -%}
  • {{ post.date | date: "%Y-%m-%d"}} - {{ post.data.title }} 🔥🔥
  • {%- endfor -%}