From a2db386689c33eb65fad91b3a844b17d6ea15eb7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 15 May 2023 14:36:53 -0700 Subject: [PATCH] aider: Added a new style block to set the background color of blockquotes to yellow. # Context: USER: i would like to add a new {% endblock %} {% block content %} >>>>>>> UPDATED ``` Now, the `chat-transcript.html` layout will have the new ` +{% endblock %} + {% block content %} {{ content }} {% endblock %} diff --git a/_layouts/default.html b/_layouts/default.html index 2740cab45..612f6550d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,6 +13,7 @@ {% include head-custom.html %} + {% block styleoverride %}{% endblock %} Skip to the content.