diff --git a/docs/user_guide.md b/docs/user_guide.md index 2ba598dc..382f48d6 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -188,7 +188,6 @@ Moreover, `utils.html` has scoped blocks around the body of every macro. This allows macros to be overridden individually in `data/templates/utils.html`, without copying the whole file. For example, to only override the display of a specific actor's name/icon, you can create `data/templates/utils.html` file with following content: -{% raw %} ```jinja {% extends "app/utils.html" %} {% block display_actor %} @@ -199,7 +198,6 @@ For example, to only override the display of a specific actor's name/icon, you c {% endif %} {% endblock %} ``` -{% endraw %} #### Custom Content Security Policy (CSP)