Skip to content

Commit 66071cb

Browse files
sakexmgeisler
andauthored
Update mdbook-tera-backend/README.md
Co-authored-by: Martin Geisler <[email protected]>
1 parent b9c8514 commit 66071cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mdbook-tera-backend/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ Since the HTML renderer will first render Handlebars templates, we need to tell
5151
it to ignore Tera templates using `{{{{raw}}}}` blocks:
5252

5353
```html
54-
{{{{raw}}}} {% set current_language = ctx.config.book.language %}
55-
<p>CURRENT LANGUAGE: {{ current_language }}</p>
54+
{{{{raw}}}}
55+
{% set current_language = ctx.config.book.language %}
56+
<p>Current language: {{ current_language }}</p>
5657
<p>All languages: {% include "language_list.html" %}</p>
5758
{{{{/raw}}}}
5859
```

0 commit comments

Comments
 (0)