Add pair page

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 7d29cf1472
commit 4bc56ed8cf
2 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<aside
class="p-6 my-8 border border-grey-300 dark:bg-grey-800 dark:border-grey-700"
>
<h2 class="mt-0">{{ title }}</h2>
{% block callout_content %}{% endblock %}
</aside>