You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/pages/best-practices/amp/feeding-data-amp-pages-graphql.liquid
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Include the AMP dependencies in the layout file `app/views/layouts/application.l
68
68
69
69
* The data source for `<amp-list>` is `products.json`.
70
70
* `amp-mustache` enables the 'mustache' (double curly braces) templating syntax.
71
-
* The `{{ "{% raw" }} %}` tag instructs the liquid preprocessor not to interpret the liquid tags and leaves them to AMP/mustache to process.
71
+
* The {% raw %}`{% raw %}`{% endraw %} block tag instructs the liquid preprocessor not to interpret liquid code and leaves them to AMP/mustache to process.
0 commit comments