{% extends "base.html" %} {% block title %} {% if section.title -%} {% set html_title = "</> htmx ~ " ~ section.title -%} {% endif -%} {% endblock title %} {% block content %} {% if section.extra and section.extra.show_title is defined -%} {% set show_title = section.extra.show_title -%} {% else -%} {% set show_title = true -%} {% endif -%} {% if show_title %}