{% extends "base.html" %} {% block htmltitle %} {% if page and page.is_homepage %} RF-DETR — Real-Time Object Detection & Segmentation by Roboflow {% else %} {{ super() }} {% endif %} {% endblock %} {% block extrahead %} {{ super() }} {% if page %} {% set og_image_url = page.meta.image | default(config.extra.og_image | default('')) %} {# Open Graph — all pages #} {% if og_image_url %} {% if og_image_url == config.extra.og_image %} {% endif %}{% endif %} {# Twitter Card — all pages #} {% if og_image_url %}{% endif %} {# JSON-LD: Organization + SoftwareApplication + WebSite — homepage only #} {% if page.is_homepage %} {% else %} {# article:modified_time — content pages only; emit only when a full ISO-8601 date-time is available #} {# striptags: plugin may return a