For the complete documentation index, see llms.txt. This page is also available as Markdown.

Full

Full page with the horizontal header and boxed content width. Registered without custompages — assigned manually where needed.

Structure

	<div class="page-wrapper">
		<div class="page-body">
			<div class="container-xl">
				{SETSTYLE=card}
				{---}
			</div>
		</div>
	</div>
  • Starts at .page-wrapper — the .page wrapper and both navbars come from theme.html + the header partial.

  • Content renders as Tabler cards via {SETSTYLE=card}.

Last updated