Browse Source

Document the base layout template

jeremystretch 4 years ago
parent
commit
1e55d064ab
1 changed files with 8 additions and 0 deletions
  1. 8 0
      netbox/templates/base/layout.html

+ 8 - 0
netbox/templates/base/layout.html

@@ -4,6 +4,14 @@
 {% load search %}
 {% load search %}
 {% load static %}
 {% load static %}
 
 
+{% comment %}
+Blocks:
+  header: Page header
+  tabs: Horizontal navigation tabs
+  content: Page content
+  modals: Bootstrap 5 modal components
+{% endcomment %}
+
 {% block layout %}
 {% block layout %}
 
 
   <div class="container-fluid px-0">
   <div class="container-fluid px-0">