updated templates

This commit is contained in:
Kelsey Jackson
2025-08-05 09:55:01 -05:00
parent 0b619a99f1
commit 9bcdf3a0c5
2 changed files with 9 additions and 1 deletions

View File

@@ -127,7 +127,9 @@
{% block header %}
<h1 class="title">{{ title }}</h1>
{% endblock %}
<p>{{ patternDescription }}</p>
{% block beforeContent %}{% endblock %}
{% block content %}

View File

@@ -0,0 +1,6 @@
{% set hasSidebar = true %}
{% set hasOutline = true %}
{% set section = 'docs' %}
{% extends "../_includes/base.njk" %}