Przeglądaj źródła

Document the base layout template

jeremystretch 4 lat temu
rodzic
commit
1e55d064ab
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8 0
      netbox/templates/base/layout.html

+ 8 - 0
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 %}
 
   <div class="container-fluid px-0">