mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-21 03:27:21 -06:00
Document the base layout template
This commit is contained in:
parent
e796fd1e11
commit
1e55d064ab
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user