{% extends "base.html" %} {% block title %} {% if section.title -%} {% set html_title = "</> htmx ~ " ~ section.title -%} {% endif -%} {% set section = get_section(path="essays/_index.md") %} {% endblock title %} {% block content %}

All Essays

htmx Essays

    {% for page in section.pages %}
  1. {{ page.title | safe }}
  2. {% endfor %}

Ye Olde Intercooler.js Essays

  1. Take HTML Seriously
  2. HATEOAS Is For Humans
  3. The API Churn/Security Trade-off
  4. Rescuing REST From the API Winter
{% endblock content %}