{% extends "brickwork/shell/docs.html" %} {% comment %} A documentation article: one topic explained in full, with code, a warning, a table and links onward. The workhorse page of any docs site, and the page bw-prose exists to serve (icvoss/django-brickwork#409). COPY THIS FILE into your project and edit it. It is not on the template loader path, so you cannot extend it (ADR-056). What your view must supply: crumbs breadcrumb trail: [{label, url}, ...], last unlinked docs_nav_items this section's nav tree (see docs_nav below) docs_nav_active which item in docs_nav_items is current docs_search_action the URL bw_search in docs_site_header submits to (GET) reminder_schedule_code the multi-line Python snippet in "Escalation order" reminder_test_code the multi-line test snippet in "Testing a schedule" The heading text, prose, callouts, on-this-page links and table below are typed into the template, which is where you change them. WHY THIS PAGE IS SHAPED THIS WAY, since it is the part worth copying: A reader arrives here from a search result or a nav click already committed to one question, usually with an editor open in another window. The page's whole job is to answer that question without making the reader hunt: a short lede that states what the page covers, headings a scanner can jump between, code they can copy without retyping, one clearly marked warning before the thing that would surprise them, and a way to keep reading afterwards. Nothing here competes for attention the way a marketing page's hero or CTA would; the prose floor (bw-prose) is deliberately the quietest thing brickwork ships, because the content is the interface on this page, not the chrome around it. BREADCRUMBS on the docs shell: docs.html ships no breadcrumbs block (unlike app.html), so this page authors the