Back to Htmx

Essay Index

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

2.0.10469 B
Original Source

{% extends "base.html" %} {% block title %} {% if section.title -%} {% set html_title = "</> htmx ~ " ~ section.title -%} {% endif -%} {% endblock title %} {% block content %}

# Most Recent

{% for page in section.pages | slice(end=5) %} 1. {{ page.date | date(format="%b %d, %Y") }}{{ page.title }} {% endfor %} See all essays {{ section.content | safe }} </> {% endblock content %}