Add pair page
This commit is contained in:
parent
7d29cf1472
commit
4bc56ed8cf
2 changed files with 86 additions and 0 deletions
7
source/_includes/callout.html.twig
Normal file
7
source/_includes/callout.html.twig
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue