diff --git a/docs/home/contribute/page-templates.md b/docs/home/contribute/page-templates.md index 726969d2a4..060bd25a56 100644 --- a/docs/home/contribute/page-templates.md +++ b/docs/home/contribute/page-templates.md @@ -33,7 +33,7 @@ variables:
Then include templates/task.md like this:
{% raw %}...
{% include templates/task.md %}{% endraw %}
@@ -105,7 +105,7 @@ variables:
Then include templates/tutorial.md like this:
{% raw %}...
{% include templates/tutorial.md %}{% endraw %}
@@ -185,7 +185,7 @@ variables:
Then include templates/concept.md like this:
{% raw %}...
{% include templates/concept.md %}{% endraw %}