Back to Htmx

All Essays

www/themes/htmx-theme/templates/essay_all.html

2.0.10904 B
Original Source

{% 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.date | date(format="%b %d, %Y") }}{{ page.title | safe }} {% endfor %}

Ye Olde Intercooler.js Essays

  1. Jan 14, 2020Take HTML Seriously
  2. May 08, 2016HATEOAS Is For Humans
  3. Feb 17, 2016The API Churn/Security Trade-off
  4. Jan 18, 2016Rescuing REST From the API Winter

{% endblock content %}