From 1e55d064ab400655032672089cd63480faf626ec Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 8 Feb 2022 11:45:23 -0500 Subject: [PATCH] Document the base layout template --- netbox/templates/base/layout.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index cf3841dd2..083d0347f 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -4,6 +4,14 @@ {% load search %} {% load static %} +{% comment %} +Blocks: + header: Page header + tabs: Horizontal navigation tabs + content: Page content + modals: Bootstrap 5 modal components +{% endcomment %} + {% block layout %}