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