mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 19:08:38 -06:00
Document the base layout template
This commit is contained in:
parent
2bd1cb616f
commit
32c8e3f428
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user