Guest User

Untitled

a guest
Jan 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. {% set embedAsset = entry.productId %}
  2. {% include "embedAsset" %}
  3.  
  4. {% set embedAsset = entry.productId %}
  5. {% include embedAsset %}
  6.  
  7. {% set embedAsset = '_products/' ~ entry.productId ~ '.html' %}
  8. {% include embedAsset %}
  9.  
  10. {% set embedAsset = '_products/' ~ entry.productId ~ '.html' %}
  11. {% set defaultAsset = '_products/default.html' %}
  12. {% include([embedAsset, defaultAsset]) %}
Add Comment
Please, Sign In to add comment