1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Document the base layout template

This commit is contained in:
jeremystretch
2022-02-08 11:45:23 -05:00
parent e796fd1e11
commit 1e55d064ab

View File

@@ -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">