mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Instead of disabling templating for entire files, fix instances
individually by wrapping blocks in:
```{% raw %}
... content ...
{% endraw %}```
Signed-off-by: Benjamin R. Haskell <docker@benizi.com>