updated layouts again

This commit is contained in:
Kelsey Jackson
2025-08-05 10:33:37 -05:00
parent c6239b17b9
commit 1d498040aa
2 changed files with 3 additions and 5 deletions

View File

@@ -127,10 +127,6 @@
{% block header %}
<h1 class="title">{{ title }}</h1>
{% endblock %}
{% if patternDescription %}
<p>{{ patternDescription }}</p>
{% endif %}
{% block beforeContent %}{% endblock %}

View File

@@ -2,5 +2,7 @@
{% set hasOutline = true %}
{% set section = 'docs' %}
{% block beforeContent %}
<p>{{ description }}</p>
{% endblock %}
{% extends "../_includes/base.njk" %}